Thoughts on Remix 3

20 points by siddhartha_golu


mitsuhiko

This is the first time I saw Remix 3 code and now I'm very confused. The code examples imply a different model to react entirely, and suggest a model that is much closer to solid.js. But for solid to work, it relies on some extra components such as For or Show as you can no longer really express collections or conditional stuff otherwise.

In general I recommend looking at solid FWIW. I'm a bit disappointed it did not get a lot of use compared to react, but the mental model of it is so much easier.