Skip to content

Instantly share code, notes, and snippets.

View remusa's full-sized avatar

R Sánchez remusa

View GitHub Profile
@remusa
remusa / tools.md
Last active April 11, 2022 16:07
Favorite tools & libraries

Tools

React

State Management

  • Local state: useState / useReducer
  • Form state: React Hook Form > Formik
  • Global state: useContext = Zustand = Jotai > Redux
  • Server state: React Query > RTK / urql > Apollo
name: CI-frontend
on:
pull_request:
branches: [develop, master]
types: [closed, assigned, opened, reopened]
push:
branches: [develop, master]
paths:
# runs anytime the push event includes a file in the assets/ directory
- "assets/**"
@remusa
remusa / vim-cheatsheet.md
Last active February 13, 2021 01:31
Vim Cheatsheet

Checks

:verbose imap -> check if key is mapped

Movement

gg -> Go to top G -> go to bottom

H -> move to top of screen