DEV Community

Discussion on: Redux VS React Context: Which one should you choose?

 
mathstarz11 profile image
Christopher Todd • Edited

create-react-app name_of_project --template redux

^This sets up all the boilerplate for you if you are using a redux model.