electrode-io.github.io icon indicating copy to clipboard operation
electrode-io.github.io copied to clipboard

Doc Enhancement - "What's Inside" section / SSR references

Open johndevor opened this issue 8 years ago • 3 comments

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?

johndevor avatar Feb 03 '17 16:02 johndevor

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.

jakeki avatar Feb 14 '17 07:02 jakeki

The docs are being updated as we speak. We will soon publish the updated docs.

ameyakoshti avatar Feb 22 '17 22:02 ameyakoshti

https://github.com/electrode-io/electrode-io.github.io/pull/385

ameyakoshti avatar Feb 27 '17 17:02 ameyakoshti