Skip to content

An Isomorphic application where code can run either on server or client, as needed. In this repo, I show you how to create an application with React and with Server Side Rendering (Mandatory for good SEO).

Notifications You must be signed in to change notification settings

LucaMele/meteor-react-ssr-app-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat demo as case study for a Isomorphic application

Main Techonologies:

First setup

  • Install Meteor
  • Download the repo
  • In the root folder, run meteor npm install
  • Run meteor
  • Open your browser under localhost:3000

What is all this?

An Isomorphic application is an app where code can run either on server or client, as needed. In this repo, I show you how to create an application with React and with Server Side Rendering (Mandatory for good SEO).

With this approach, developer can deliver very quickly web applications that are responsive, well indexed, super fast in performance and is all written in Javascript (ES6) ( Frontend is the new Backend ;) ).

Meteor allows you as well to quickly connect the app to cordova and have so your mobile native app! Awesome!

Check out this blog article for more details: http://bit.ly/282CxBh

About

An Isomorphic application where code can run either on server or client, as needed. In this repo, I show you how to create an application with React and with Server Side Rendering (Mandatory for good SEO).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published