Skip to content

Instantly share code, notes, and snippets.

View ygyoelito's full-sized avatar

Yoel González Díaz ygyoelito

  • Chile
  • 09:37 (UTC -03:00)
View GitHub Profile
@Klerith
Klerith / templateSlice.js
Last active November 8, 2024 21:52
Cascaron para crear Redux Slices rápidamente
import { createSlice } from '@reduxjs/toolkit';
export const templateSlice = createSlice({
name: 'name',
initialState: {
counter: 10
},
reducers: {
increment: (state, /* action */ ) => {
//! https://react-redux.js.org/tutorials/quick-start