- Taming Complex React State with Union Types https://www.joefiorini.com/taming-complex-state-union-types 9 comments reactjs
Linked pages
- TypeScript: Playground TS - Un éditeur en ligne pour explorer TypeScript et JavaScript https://www.typescriptlang.org/play/#src=const%20classes%20%3D%20%7B%0D%0A%20%20%20%20Add%3A%20'pr-add'%2C%0D%0A%20%20%20%20Edit%3A%20'pr-edit'%2C%0D%0A%20%20%20%20Delete%3A%20'pr-delete'%0D%0A%7D%3B%0D%0A%0D%0Aenum%20Classes%20%7B%0D%0A%20%20%20%20ADD%20%3D%20classes.Add%2C%0D%0A%20%20%20%20EDIT%20%3D%20classes.Edit%2C%0D%0A%20%20%20%20DELETE%20%3D%20classes.Delete%2C%0D%0A%7D%0D%0A%0D%0Ainterface%20IProps%20%7B%0D%0A%20%20%20%20prClasses%3A%20%3CRESTRICTED%20CLASSES%20HERE%3E%0D%0A%7D%0D%0A%0D%0A 121 comments
- TypeScript: Documentation - Advanced Types https://www.typescriptlang.org/docs/handbook/advanced-types.html#user-defined-type-guards 31 comments
- TypeScript: Handbook - Basic Types https://www.typescriptlang.org/docs/handbook/basic-types.html 6 comments
- GitHub - paldepind/union-type: A small JavaScript library for defining and using union types. https://github.com/paldepind/union-type 4 comments
- Better JS Cases with Sum Types. Improving Semantics and Correctness ·… | by Gabriel Lebec | Fullstack Academy | Medium https://medium.com/fullstack-academy/better-js-cases-with-sum-types-92876e48fd9f 3 comments
Would you like to stay up to date with Web Development? Checkout Web Development
Weekly.
Related searches:
Search whole site: site:www.joefiorini.com
Search title: Taming Complex React State with Union Types
See how to search.