Skip to content

Instantly share code, notes, and snippets.

View gricar's full-sized avatar
🎯
Lifelong learning & Push Hard :)

Gabriel Rodrigues Ricardo gricar

🎯
Lifelong learning & Push Hard :)
View GitHub Profile
@ANDREHORMAN1994
ANDREHORMAN1994 / checklist-redux.md
Last active May 1, 2024 04:35
Checklist do Redux

Checklist do Redux

Antes de começar

  • pensar como será o formato do seu estado global
  • pensar quais actions serão necessárias na sua aplicação

Instalação

  • npx create-react-app my-app-redux;
  • npm install --save redux react-redux;
  • npm install --save @redux-devtools/extension;
@silver-xu
silver-xu / ts-boilerplate.md
Last active May 12, 2024 08:41
Setup a Node.js project with Typescript, ESLint, Prettier, Husky

Setup a Node.js project with Typescript, ESLint, Prettier, Husky

1_D8Wwwce8wS3auLAiM3BQKA

Starting a personal node project could be easy; starting a team node project could be challenging.

I am a developer currently working in SEEK Australia.

In my experience, common mistakes developer make when starting a projects are:

  • No Linting