Skip to content

Proof of concept for rendering the same code on server and browser. Riot (view layer) + Redux (state management)

Notifications You must be signed in to change notification settings

pablosichert/universal-rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal Rendering - Proof of Concept

This lightweight application aims to showcase how easy it can be to get an isomorphic app started. Check out the demo! Uses

  • Riot as view engine (client and server side)
  • Redux for application state handling
  • Page.js for client side routing
  • Express for server side routing

Quick Installation and Start

 > git clone https://github.com/PabloSichert/isomorphic-proof-of-concept
 > cp config.example.js config.js
 > npm install
 > gulp
 > npm start

About

Proof of concept for rendering the same code on server and browser. Riot (view layer) + Redux (state management)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published