Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolkit Redux - RTK Query

App de practica, Redux Tolkit y RTK Query

Reconstruir los modulos de node

Ejecutar el siguiente comando en la terminal:

yarn

Rutas

  • /

    • CounterApp
    • Tollkit (Slice, Thunk)
  • /pokemon

    • PokemonApp
    • Tollkit (Slice, Thunk)
  • /todo

    • TodoApp
    • RTK Query

Estructura del arbol de directorios

Carpeta src

├── api
│   └── pokemonApi.js
├── App.css
├── App.jsx
├── assets
│   └── react.svg
├── index.css
├── main.jsx
├── pages
│   ├── CounterApp.jsx
│   ├── PokemonApp.jsx
│   └── TodoApp.jsx
└── store
├── api
│   └── todosApi.js
├── index.js
├── slices
│   ├── counter
│   │   ├── counterSlice.js
│   │   └── index.js
│   └── pokemon
│   ├── index.js
│   ├── pokemonSlice.js
│   └── thunks.js
└── store.js

About

Introduccion a Redux Toolkits y RTK Query

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages