- Local state: useState / useReducer
- Form state: React Hook Form > Formik
- Global state: useContext = Zustand = Jotai > Redux
- Server state: React Query > RTK / urql > Apollo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/**" |