Skip to content

Instantly share code, notes, and snippets.

View walterxz's full-sized avatar
💀
Learning

Walter Díaz walterxz

💀
Learning
View GitHub Profile
@Klerith
Klerith / flutter-instalaciones.md
Last active May 17, 2024 20:52
Instalaciones del curso de Flutter - Móvil de cero a experto
@Klerith
Klerith / templateSlice.js
Last active April 25, 2024 17:38
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