Explicit Versus Implicit - The Cost Of Implicitness in Programming Comprehension
•For better developer experience always prefer an explicit pattern. Here is why.
For better developer experience always prefer an explicit pattern. Here is why.
There is a misconception that hooks were created to simply give state to functions. This post goes over the reasons hooks were created and why you should know them.
React hooks introduced a new way to handle state, and it changed a specific mental model of what happens when we set state.
What many forget is how Functional components are not referenceable. How can we overcome this?
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.²
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.²
Which should we choose? The rise of Flutter brought doubt to the decisions for a new mobile project. This doubt did not exist back in 2016/17 when someone needed a cross-platform mobile solution. Back in 2016/17
React Native recently added support to React hooks. Here is an overview of how to use FlatList with it.
The second year of the biggest conference of React in Latin America gathered big names of the Brazilian React scene. This is a summary of everything that happened.
In this Medium Post, I explain how you can automate your StoryBook set up for React Native
React introduces a component model to compose your UI. There are a couple of ways of rendering a component/JSX. You can use these simples rules to determine which way to write your component.
With the advent of ES6 and Class fields we can now write shorter components and without the need of worrying with the this keyword bind.
Should one stop using class setState for lack of understanding it.
Advantages of using class fields and Arrow functions
In a recent commit to Relay 1.2, it was added a third argument to refetchConnection, the refetchConnection is an API provided by the createPaginationContainer