How do you toggle a component's visibility without losing its UI space?
•Simple implementation of a Visible component that enables you to toggle the visibility of any component.
Simple implementation of a Visible component that enables you to toggle the visibility of any component.
What if we placed React's Suspense retry logic at the same level as its error boundaries?
I have been compiling a list of open source apps that I find online. This is a very helpful list for you to learn common patterns used in React Apps.
This was a recent doubt that I had, and when I researched the answer I noticed that many are making a mistake when it comes to this.
Leland made a prediction about the popularity of React & React Native, and usage of strictly typed languages back in 2017. How did it pan out?
What are the use cases for React Class components today despite the existence of Function Components and Hooks?
Do you need to have tabs in your Next.js app and these tabs need to have links to them?
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