Introduction to Redux

Internet Engineering
Spring 2024
@1995parham

Introduction

the codes used in this presentation are from a example app in redux that If you'd like to try create this project on your own computer, you can start a new Create-React-App project using this command:

npx create-react-app redux-essentials-example --template redux
	

References

some of contents of this presentation are from links below:
  • https://redux.js.org/tutorials/essentials/part-1-overview-concepts
  • https://redux.js.org/tutorials/essentials/part-2-app-structure

Authors

Fork me on GitHub