Closed ctrlplusb closed 7 years ago
Releasing in the morning. :)
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.
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. :)
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
Note: I will push all the completed items below when I merge
next
intomaster
Remove:
Add:
Sync with v12:
Other:
flow
.