Seems to be out-of-date with what Yo produces.
For instance:
-
There is no file here /server/plugins/webapp/index.html
-
Resolver is not used in a newly scaffolded app
-
If you have a universal application and server-side rendering, react-resolver handles bootstrapping server-rendered markup via Resolver.render instead of ReactDOM.render. My scaffolded app uses SSR (I believe) and yet the code does not contain any reference to react-resovler.
-
And more...
Is it just me or are the docs a little out of date?
Seems to be out-of-date with what Yo produces.
For instance:
There is no file here
/server/plugins/webapp/index.htmlResolveris not used in a newly scaffolded appIf you have a universal application and server-side rendering, react-resolver handles bootstrapping server-rendered markup via Resolver.render instead of ReactDOM.render.My scaffolded app uses SSR (I believe) and yet the code does not contain any reference to react-resovler.And more...
Is it just me or are the docs a little out of date?