Commit graph

13 commits

Author SHA1 Message Date
Kimmo Puputti
9a91380896 Provide routesConfiguration and use flattened routes for Routes 2017-02-14 14:24:15 +02:00
Kimmo Puputti
3f4bc073d4 Fix routers and server context 2017-02-14 10:48:10 +02:00
Kimmo Puputti
be2fcdf793 Import from react-router-dom instead of react-router 2017-02-14 09:43:37 +02:00
Kimmo Puputti
50e22d0d1e Format JS with Prettier 0.13.1 2017-01-30 10:57:27 +02:00
Vesa Luusua
c02ae5148c Initial React-Intl setup 2017-01-24 19:20:35 +02:00
Vesa Luusua
327ea45b80 Add routes configuration 2017-01-24 19:09:57 +02:00
Vesa Luusua
4feb5e8087 A run with correct Prettier version 2017-01-20 15:02:55 +02:00
Vesa Luusua
1fa70eadf2 Pass preloaded state to client side. 2017-01-20 15:02:54 +02:00
Vesa Luusua
a5e051a7ee Add redux. Shared actions can be found from _src/ducks/_ folder and route specific are inside container folder. 2017-01-20 15:02:54 +02:00
Kimmo Puputti
1263525800 Add missing propTypes 2017-01-19 11:32:49 +02:00
Kimmo Puputti
ef1a8eb15d Format with Prettier 2017-01-19 11:29:29 +02:00
Vesa Luusua
a8ad16f089 AuthenticationPage and fake authentication setup 2017-01-13 16:55:13 +02:00
Kimmo Puputti
4e2aedbd14 Move client and server apps to a separate file
index.js is the entrypoint file for the bundle and has to render the
app when running within a browser. Separating the app routing init
etc. to a different file allows us to import both ClientApp and
ServerApp in e.g. tests no matter which env we are in.
2017-01-11 16:01:35 +02:00