Closed DjebbZ closed 6 years ago
Beh, 1 fail on my machine, 2 on Travis. No idea what's happening.
Bumping. Did you try the branch ? What's your plan regarding React's Fragment ?
@DjebbZ No, sorry I haven't looked into this yet. I'm fine with using ":*" for fragments. I think other react wrappers use the same. I think to move this forward, we would also need server side rednering support for this.
I may try to have a look into it sometime this week.
The failing test relies on some implementation details of Sablono (the divide between the compiler and the interpreter) that I don't really understand.
From what I remember this is the number one problem when trying to contribute to sablono (which is great to use btw 👍 ). Maybe a small section in the README or a CONTRIBUTING.md
explaining the idea between the divide would help new contributors?
In the README it would be perfect.
Le 22 janv. 2018 19:04, "Nicolas Ha" notifications@github.com a écrit :
The failing test relies on some implementation details of Sablono (the divide between the compiler and the interpreter) that I don't really understand.
From what I remember this is the number one problem when trying to contribute to sablono (which is great to use btw 👍 ). Maybe a small section in the README or a CONTRIBUTING.md explaining the idea between the divide would help new contributors?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/r0man/sablono/pull/182#issuecomment-359511588, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEt3msGIep5DZ0U9ztzfGCZ3LzuKSsMks5tNM2SgaJpZM4RPNWt .
Closing this, since it's merged into https://github.com/r0man/sablono/pull/181 Thanks!
Hi, I've started working on Rect's Fragment support for Sablono, so that you can publish a version of sablono that we can try to integrate into rum.
Somes notes :
:*
syntax for Fragment (i.e.[:* [:div] [:div]]
). Feel free to choose something else.I think we're pretty close to fully suppot React 16 with this. I'd love if you could continue this effort, as my understanding of Sablono is limited here.