Skip to content

nicolastrote/boilerplate-react-redux-saga-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brewery React App

svg beer picture A web app to exercise on react, typescript, eslint, prettier, redux, hooks, saga ...

alt text

Table of contents

Sources

Prior

  • here is tools I will use during this tutorial:
  • create a repo named "brewery-react-app" on git

Github

  • open iTerm2 and cd ~ && mkdir Workspace && cd ~/Workspace
  • yarn init
  • git clone https://github.com/nicolastrote/brewery-react-app.git && cd brewery-react-app
  • yarn && yarn start

Redux Hooks

SAGA

  • 'yarn add redux-saga @types/redux-saga redux-logger'
  • 'yarn add redux-logger -D'
    • Redux-logger: tool to inspect in console panel triggered actions and state of Redux
    • We only need it for development that why we add it as a dev-dependency

About

A web app to exercise on react, typescript, eslint, prettier and more

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors