electrode-io.github.io
electrode-io.github.io copied to clipboard
Doc Enhancement - "What's Inside" section / SSR references
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?
I noticed the same. /client
and /server
are under /src
folder now.
/server
has no plugins
directory at all.
Example documentation needs serious updates as soon as possible.
The docs are being updated as we speak. We will soon publish the updated docs.
https://github.com/electrode-io/electrode-io.github.io/pull/385