Hooks, components and scripts for your React's projects.
NOTE: This is a working project, more content will be added as soon as:
- I find myself repeating things in different projects.
- I discover new components or hooks that are worth keeping here.
As simple as copy and paste the code of what you need.
- TypeScript:
- Avoid defensive programming.
- Move run-time errors to compile time.
- Amazing editor integration if you are using vscode.
- ESLint:
- Make code more consistent and avoiding bugs.
- Prettier:
- Format code.
MIT