6 Advanced TypeScript tricks for Clean Code
https://medium.com/@mvsg/6-advanced-typescript-tricks-for-clean-code-90cee774dbf3
#typescript
https://medium.com/@mvsg/6-advanced-typescript-tricks-for-clean-code-90cee774dbf3
#typescript
Medium
6 Advanced TypeScript tricks for Clean Code
Six advanced TypeScript tips will be covered here, along with examples showing how each one works step by step and their benefits. By usingโฆ
TypeScript + React: Component Patterns
https://fettblog.eu/typescript-react-component-patterns
#typescript #react
https://fettblog.eu/typescript-react-component-patterns
#typescript #react
fettblog.eu
TypeScript + React: Component patterns
This list is a collection of component patterns for React when working with TypeScript. See them as an extension to the TypeScript + React Guide that deals with overall concepts and types. This list has been heavily inspired by chantasticโs original Reactโฆ
Yesterday Angular v19.2 was released ๐
Even though this isn't a major release, we have some great new features!
1๏ธโฃ The new experimental httpResource (Signal based API calls
2๏ธโฃ Support default value in resource()
3๏ธโฃ Support streaming resources
4๏ธโฃ Support for hashtag#TypeScript 5.8
5๏ธโฃ Support untagged template literals in expressions
6๏ธโฃ A schematic to migrate to Self Closing tags
There are also some notable bug changes and other improvements. If you want to read the full release notes and dive into the code you can find everything here:
https://github.com/angular/angular/releases/tag/19.2.0
๐1