SachaG
|
111e00ecae
|
Fix semicolons and other linting issues
|
2018-12-31 15:22:17 +09:00 |
|
neobii
|
dd546faee0
|
fixed helmet for testing
|
2018-12-19 09:28:10 -06:00 |
|
SachaG
|
57225bee57
|
Pass locale to App.jsx during SSR process (as a cookie for now); keep original headers during SSR process; get locale from headers
|
2018-10-02 12:25:14 +09:00 |
|
SachaG
|
dfa4c77314
|
ESLint fixes
|
2018-09-16 11:48:38 +09:00 |
|
SachaG
|
55d34bd328
|
Working on locale cookie support for SSR
|
2018-05-14 17:28:04 +09:00 |
|
Al Pagan
|
48ad632bf3
|
Add callbacks to vulcan:routing SSR hooks
This method allows for access to the SSR app component and associated css in the routing's hook functions without needing to hack core files.
This makes it possible, for example, to add MUI wrapper components and inject compiled css with the JSS library (see https://material-ui-1dab0.firebaseapp.com/guides/server-rendering).
Here's how I'd implement the callbacks in my own custom module: https://gist.github.com/wayfarerboy/96c0f1d13b3b7d3d2743501a1c7c0187
|
2017-10-13 14:20:20 +01:00 |
|
SachaG
|
80eda13222
|
Small fixes
|
2017-09-29 07:40:59 +09:00 |
|
SachaG
|
7ff597a658
|
Make it easier to change index route in forum example without breaking search/categories/etc.
|
2017-09-15 19:13:39 +02:00 |
|
SachaG
|
e7bc639ffb
|
Make dynamic imports work properly; move Avatar component to core to enable using admin dashboard without base-components
|
2017-07-05 10:31:37 +09:00 |
|
SachaG
|
eebcd9436e
|
change initiatlization order
|
2017-06-18 10:14:34 +09:00 |
|
SachaG
|
374c512341
|
enable extending fragments that haven’t been defined yet by adding an initializeFragments() step
|
2017-06-17 15:24:53 +09:00 |
|
SachaG
|
eafd294d49
|
Add route name to wrapper class in layout; add support for custom layouts; export RoutesTable
|
2017-06-14 09:53:42 +09:00 |
|
SachaG
|
968bf55848
|
Clean up packages; create new example-forum package
|
2017-03-29 15:48:44 +09:00 |
|
SachaG
|
72be56a590
|
renaming nova-xyz directories to vulcan-xyz
|
2017-03-24 10:19:24 +09:00 |
|