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 December 2, 2025 18:55
Instalaciones del curso de Flutter - M贸vil de cero a experto
@Klerith
Klerith / templateSlice.js
Last active August 19, 2025 17:07
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