Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 794 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 794 Bytes

koa-react-router-rxjs-example

Getting my head around Koa, React, RxJS, ReactRouter and how these can fit together in an "isomorphic" (so components are rendered on the server initially) app - at the moment it's just the server part of this (koa routing requests with react router and loading data with rxjs)

npm install
npm run app

check out server.js for the "heavy" lifting.

first version of this is viewable at https://github.com/oscarduignan/koa-react-router-rxjs-example/blob/7b30b1f68b86057a87ffe0211838fd0704f30c0f/server.js which is my initial kind of simplified version if you check this out and go "wtf are intents" then maybe checking that will show you the progression / basic idea.