This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
reactjs_and_friends [2021/11/05 01:35] sausage [ReactJS and Friends Refresher] |
reactjs_and_friends [2024/08/22 09:18] (current) sausage [ReactJS and Friends Refresher] |
||
---|---|---|---|
Line 7: | Line 7: | ||
Facebook are not known for the fostering of healthy relationships and interactions, but they 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. |