How setup React with Redux, Redux-thunk and axios. Best To Do List App #10.

Поделиться
HTML-код
  • Опубликовано: 29 фев 2020
  • In this episode of the Best To Do List app, I will walk you through setting up react with redux, redux-thunk and axios.
    Learn more about Redux here: redux.js.org/
    Source code: github.com/dieudonneAwa/todo/...
    👇👇👇SUBSCRIBE TO THE CHANNEL 👇👇👇👇
    / @fullstackmastery
    OTHER VIDEOS YOU MIGHT LIKE👇👇
    - How to Setup React app from SCRATCH: • How to setup React app...
    - How to create a responsive hamburger navigation menu: • Responsive Hamburger m...
    - JWT authentication in Reactjs using Cookies: • How to handle authenti...
    - How to render a list of todo objects in Reactjs: • How to Render an array...
    - Form validation with React hooks: • Sign up form validatio...
    - How to setup sequelize and postgres: • How to setup Sequelize...
    - Password Reset using SendGrid: • Password Reset using S...
    - CRUD Operations with sequelize: • CRUD operations with S...
    - How to create sequelize migrations and associations: • Create Sequelize Migra...
    - NodeJS Authentication with JWT: • Implement Authenticati...
    #reactjs #todolist #besttodolist #javascript #redux #reactredux
    Follow FullStack Mastery on Twitter: FullstackValley?s=09
    Follow FullStack Mastery on Facebook: lm. l.php?u=https...
  • НаукаНаука

Комментарии • 12

  • @muchamaddestafadilah
    @muchamaddestafadilah 4 года назад +1

    Hi, have you done switch from redux thunk to react hooks?

    • @fullstackmastery
      @fullstackmastery  4 года назад

      Hi @Muchamad
      Yes, I switched to hooks. Redux thunk is a bit common

    • @muchamaddestafadilah
      @muchamaddestafadilah 4 года назад

      @@fullstackmastery what commit id refferer?

    • @fullstackmastery
      @fullstackmastery  4 года назад

      @@muchamaddestafadilah This is where I switched from using Redux to using hooks and context:
      github.com/dieudonneAwa/todo/commit/20020de79cddcb56b1469c10f6afc81606f161a9

    • @muchamaddestafadilah
      @muchamaddestafadilah 4 года назад

      @@fullstackmastery thanks bro ... you're awesome .. very clean code ... nice to read.

    • @fullstackmastery
      @fullstackmastery  4 года назад

      @@muchamaddestafadilah Thanks for watching my videos too. I'm happy to know I write clean code. Feel free to share with friends who might find it helpful too.

  • @Kprywatne
    @Kprywatne 4 года назад

    Hi, why use unnecessary libraries like redux and redux thunk instead of using react hooks?? This is the recommended way now (useContext, useReducer, etc etc). Especially for an app this size!

    • @fullstackmastery
      @fullstackmastery  4 года назад

      Hi @Konto Prywatne
      Thanks for your feedback, I will change that in the next episode.

    • @Kprywatne
      @Kprywatne 4 года назад

      @@fullstackmastery Wow, thank you for being SO responsive! I re-read my comment now, didn't mean to sound rude sorry!

    • @fullstackmastery
      @fullstackmastery  4 года назад

      @@Kprywatne You don't have to be, I'm actually happy you are taking time to follow my tutorials. Your feedback is going to be very helpful to others too, please keep it up. I am at your service :)

  • @dhruvmathur5315
    @dhruvmathur5315 2 года назад +1

    man the project is very good but you are not explaining the concepts at all please explain a little bit more what you are trying to do