CONTACT US

    6 things I wish I knew about state management when I started writing React apps

    Screenshot of an online tax form requesting taxpayer information, including fields for first name and surname, National Insurance number, date of birth, and contact details. Example names and numbers are filled in as placeholders.
    • State management is how you mitigate prop drilling
    • State management is how you update your page after creating/updating data, without a refresh
    • Manage your state maintainably by storing it in the right places
    • Learn other state management libraries in addition to just Redux
    • Your React app has two layers
    • Shared vs non-shared components

    Article link copied

    Close button