Category Archives: IT Education

React Hooks vs Redux Demystified

This means you can create selectors that do things like filtering or sorting, and ensure that the real work only happens if needed. While it is possible to write Redux store subscription logic by hand, doing so would become very repetitive. In addition, optimizing UI performance would require complicated logic. If performance is a concern, […]

Continue Reading