Greg Bergé
ea6d5f7442
chore: cleanup examples package.json
2019-04-10 21:34:35 +02:00
ambar
4c8ae60492
fix(server): fix loading order of assets ( #266 )
2019-03-13 15:09:30 +01:00
ambar
005913be28
chore: fix public path in examples/server-side-rendering
2019-03-10 22:02:13 +01:00
Greg Bergé
d04e1c978d
fix(suspense): fix suspense mode in React v16.8+ ( #251 )
2019-02-25 08:33:14 +01:00
Greg Bergé
4cab4f9bea
feat(server): add option to disable SSR ( #223 )
...
Closes #195
2019-02-05 23:47:25 +01:00
Tadeusz Wójcik
4a6f84fe9f
feat(webpack-plugin): support custom path in writeToDisk option ( #187 )
2019-01-17 09:44:15 +01:00
Greg Bergé
eaa5e918d1
chore(example): upgrade deps
2019-01-11 15:27:31 +01:00
Greg Bergé
9dc70aeaa5
chore(example): upgrade deps
2019-01-11 15:26:09 +01:00
overlookmotel
40c959ea1d
docs(example): remove useless dep. from SSR example ( #197 )
2019-01-11 15:24:36 +01:00
Greg Bergé
e97493316d
fix(babel-plugin): fix chunkName with aggressive code splitting
...
Closes #182
2018-12-11 23:44:16 +01:00
Morgane Dubus
428599cdc7
docs: add website
2018-12-06 16:45:45 +01:00
Radu Micu
978a0c46b3
docs(example): fix Razzle example ( #167 )
2018-11-26 15:46:42 +01:00
Marc
ca90655122
docs(examples): add a razzle example ( #162 )
2018-11-23 16:20:04 +01:00
Greg Bergé
59693bba48
fix: fix loadableReady
2018-11-10 18:11:30 +01:00
Greg Bergé
eb1cfe8e21
feat: improve SSR support
...
BREAKING CHANGE:
- SSR has been rewritten from scratch, if you use it, please follow the
new guide.
- Prefetch component and prefetch functions have been removed, please
use `webpackPrefetch` instead.
2018-11-10 18:05:23 +01:00
Greg Bergé
d711ee0c60
fix(component): fix lazy usage
...
It seems like a breaking change but the library has been released
yesterday, so I will not publish a new major again.
2018-10-31 13:52:28 +01:00
Greg Bergé
94b2e87e56
feat: add new loadable.lib, change API
...
BREAKING CHANGE:
- `ErrorComponent` is ignored, please use Error Boundaries to handle errors.
- `lazy` is no longer exported
- `LoadingComponent` is replaced by `fallback` option
- `ref` are now forwarded
2018-10-30 17:12:57 +01:00