Category: Data

Redux is a popular React and React Native state management library, meant to be used in complex React and React Native apps where sharing state between multi-level components can get extremely difficult to manage.

This is how the final app will look like: React Hooks provide us the ability to use functional components in React or React Native apps.

In this section, let us create two screens that the app is going to use to display a list of items and allow the user to add to each item.

In this section, let’s implement the main view that is going to display a list of items.

This file is going to have the definition of action types, action creators and the only reducer we are going to create in this app.

Related Articles