JSX
←Older revision | Revision as of 11:53, 19 November 2020 | ||
Line 8: | Line 8: | ||
This Virtual [[DOM]] allows one to easily compose a hierarchical structure of elements and treat it as an object. Both in [[JSX]] as well as in [[Java]]. | This Virtual [[DOM]] allows one to easily compose a hierarchical structure of elements and treat it as an object. Both in [[JSX]] as well as in [[Java]]. | ||
+ | |||
+ | === Without Redux === | ||
+ | |||
+ | Can you use [[React]] without '''Redux'''? Yes, there is '''useContext''' in modern [[React]] and there are also MobX and MobX-state-tree helpers according to [https://medium.com/swlh/what-is-the-best-state-container-library-for-react-b6989a45f236 this article]. | ||
=== What's Reactive on [[React]] Anyway? === | === What's Reactive on [[React]] Anyway? === |