Keeping up with React Native
•React Native never stops evolving, everyday there are new libraries and new updates to React Native core. This post is an organic article that is periodically updated with the changes of React Native.
React Native never stops evolving, everyday there are new libraries and new updates to React Native core. This post is an organic article that is periodically updated with the changes of React Native.
Redux Reducer rule number one -- it shall not mutate. But, can this be considered a mutation?
React hooks introduced a new way to handle state, and it changed a specific mental model of what happens when we set state.
When specifying the behavior of a data structure component, there are often two concerns that need to be dealt with: basic functionality and support for data integrity. A data structure component is often easier to use if these two concerns are divided as much as possible into separate sets of client functions.²