ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.69k stars 243 forks source link

Feature branch work for v12 release #294

Closed ctrlplusb closed 7 years ago

ctrlplusb commented 7 years ago

Note: I will push all the completed items below when I merge next into master

Remove:

Add:

Sync with v12:

Other:

ctrlplusb commented 7 years ago

Releasing in the morning. :)

lucianlature commented 7 years ago

Little update from my side, guys. Sorry for the delay, parenting two very active young girls keeps me occupied 24/7.

So, I have a working example of preact instead of React, however, on SSR, the rendering is still performed by React. For some reasons, preact-render-to-string does not work as expected for our example, it will return back [Object object] instead of the html markup.

Since we're talking about preact, I also have started on feature/inferno branch, this one aims to replace React with Inferno.

I would like these two features to be added for the v12 release.

ctrlplusb commented 7 years ago

No worries at at @lucianlature - I have a little one myself, and feint at the idea of having two of them around! Haha

Interesting issue with preact. Perhaps throw out a PR and we could join heads to see what is up with the SSR case.

Thanks for your continued interest and contributions. :)

ctrlplusb commented 7 years ago

Sorry for the delay everyone. I felt uncomfortable releasing this until I came up with some decent solutions for the redux branch. Track the final piece of the puzzle here: #302