Skip to content

Redux ‐ How to Implement

roux g. buciu edited this page Sep 6, 2024 · 16 revisions

How to Add Redux to a new place

So you want to add a Redux action and are unsure of what to do. Well, you've come to the right place!

To add a new Redux component, you'll need to do the following things:

  1. Create an action
  2. Create a state
  3. Create a middleware (this is optional, depending on what you're implementing)
  4. Add the required connections to turn your component into a fully operational battleship

Below, you'll find templates for the work that needs doing.

Actions

States

Clone this wiki locally