Register now or log in to join your professional community.
React JS gets a React IDE! And there is something called React web application development now. What is special about React JS as a JavaScript library?
Advantages of using React:
What is not so good about React?
If react-native is really how it was described, react is going to become even bigger.
Performance wise, it is really good as it relies on a virtual-dom to know what is really changing in your UI and will re-render only what has really changed. It does have trouble with very large, slightly changing, lists of children ( <li> test), but can be optimized simply.
Projects using React: instagram, hipchat, facebook chat and so on.
Simply because React better for performance and memory consumption :)
first of all its so much fun to work with and its light weight library it have a lot of features like the virtual dom and so on but what really special about it is that its not really the V in MVC its completely different its divide your web app to component that have all what its need inside it if there is bug its inside the component so when it come to complex project it make it a lot easier and when teams get bigger there is no problem because every member have just component to worry about they don't need to edit something on the project to make there code work