Skip to content

videal/react-redux-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roda-react-sse

Roda + React + Server Sent Events

Sample Roda + React app live updated via EventSource (SSE), useful as project base/boilerplate.

Setup

cd client

npm install

on another terminal window:

cd server

bundle

Launch (Dev)

cd server

./run

on another shell:

cd client

npm start

Launch (Dev \w foreman)

(or shoreman or alternatives)

foreman start

Launch the completed example

git checkout example-complete

Notes

There are several issues that need to be considered. Redux reducers and action creators are 'pure' functions. You should take care about it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published