This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
reactjs_and_friends [2021/11/03 21:02] sausage |
reactjs_and_friends [2024/08/22 09:18] (current) sausage [ReactJS and Friends Refresher] |
||
---|---|---|---|
Line 5: | Line 5: | ||
Hopefully this article will serve as a good reminder for when you need to stretch your legs again. | Hopefully this article will serve as a good reminder for when you need to stretch your legs again. | ||
- | Facebook are not known for the fostering of healthy relationships and interactions, but they sure do make a darned good Javascript framework. | + | Facebook are not known for the fostering of healthy relationships and interactions, but they make a darned good Javascript framework. |
- | The name React (in my option) comes from the fact that the rendering reacts to the changes in the data that the components themselves are bound to. But without some extra libraries, the React framework is of limited real-world use. | + | The name React (in my option) comes from the fact that the need to render UI is a reaction to the changes in the data that the components themselves are bound to. But without some extra libraries, the React framework is of limited real-world use. |
My favourite friends of React are: React-Redux, React-Router, Redux-Thunk and Hooks. | My favourite friends of React are: React-Redux, React-Router, Redux-Thunk and Hooks. |