PPpriolo priolusinpriolo.hashnode.dev·Aug 27, 2021 · 15 min readComplete TEMPLATE for REACT SPA (2021)Complete template for REACT SPA (2021) INDEX Startup Store CRA AJAX I18N MOCK ROUTING UI COMPONENTS URL AUTH TECNOLOGY githubcodesandbox(in some cases MSW in sandbox does not work. Try open in new window) STARTUP This TEMPLA...00
PPpriolo priolusinpriolo.hashnode.dev·Aug 27, 2021 · 5 min readReact clean with the STOREsReact is easy to use to create the "VIEW".But when the application grows ... it's not enough!Passing variables and methods in "props"the code turns into leaves entangled in the nodes of the VIEW tree! A practical example: import { useState } from "re...00
PPpriolo priolusinpriolo.hashnode.dev·Apr 21, 2021 · 2 min readAnnouncing: new and light state manager “Jon”Introduction So I started using the native REACT methods [REDUCER] (https://it.reactjs.org/docs/hooks-reference.html#usereducer) and PROVIDERS for state management ... eventually I ended up with a light lib inspired by VUEX!The great thing about VUEX...00