I'm new to both Meteor and React and I didn't see the importance of using one with the other.
What features React provides that doesn't exist in Meteor ?
React uses a different approach on building and managing UI interfaces.
For example Blaze uses jQuery to manipulate the DOM directly, while react.js is working on a virtual DOM (unattached) and when there is an update it diffs the actual & virtual DOMs and updates only the parts that differ, to make the actual DOM reflect the changes.
The big advantage of react is that you can construct reusable UI components (something similar to web components).
I would very much suggest reading this great article on react & meteor
The guys from Kadira, who are well versed in meteor and offer professional tooling for meteor, say that react is the way. They also published a mantra - which is basically a blueprint on how to build proper meteor apps. I suggest reading into it
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With