Closed gaearon closed 7 years ago
As always, thanks for posting these. Two questions:
Currently, Fiber isn't set up to generate HTML or to revive it. There isn't any conceptual incompatibility with doing either, but it's something we need to figure out before an open source release because many people use SSR heavily. One option would be to use a separate server-side renderer like you were working on.
No documentation for renderers yet but you can read through what Brian wrote here: https://github.com/reactjs/react-art/blob/c6f7a5c2972c09682911eac6752c946a60315415/src/ReactARTFiber.js#L389-L504. I can't promise that we'll find time to write docs anytime soon but I'm happy to clarify what any method does if it's confusing.
Thanks so much for the (absurdly!) quick responses and pointers to more information.
Also thanks @spicyj for the offer to clarify what the methods do! Sorry to be so nuts and bolts, but what's the best forum for that?
There's probably a better forum, but want to just Messenger me? https://m.me/spicyj
I started #react-internals on Reactiflux for this kinda purpose if either of you want to join me and a few others that hang out in there. https://discordapp.com/channels/102860784329052160/148818842779385856
Hopefully having a few additional folks may see the conversation would help to disseminate the knowledge.
@iamdustan I’ll be there! 👍
If I'm being honest, I probably won't actually be responsive on Discord. I created an open Messenger room though: https://m.me/g/Abas8IcWxIvjVxHN. Hope that's not too inconvenient for interested parties.
Feel free to discuss in this PR!