This repo is a bucket for all the things I presented somewhere.
All of the code written here is inspired by my commercial work, shared by permission from the organization and licensed under GPL 3.0 - use it at your will in your own personal projects, but remember to include a proper license!
This presentation shows a few tricks regarding complex TypeScript operations, including:
- Meta-programming
- Type inference
- Generics
- Intersections and unions
Check the README for more information.
This presentation shows how search params/query params may be used for state management, with added benefits:
- Given URL synchronization
- Persisting between reloads
- Easy sharing of the state
- No additional libraries needed
Check the README for more information.