Best of Angular — October 2022
- 1
- 2
gitconnected·4y
4 Anti-Patterns to avoid in React
There is a right way and a wrong way to use their tools in React. In this article, we will see different ways in which you should not use React. Use Redux to store the global state and use Context API for specific parts of your application within a well-defined bounded context.
- 3
freeCodeCamp·4y
TypeScript Generics – Use Case and Examples
TypeScript Generics - Use Case and Examples in this tutorial, you'll learn the basics of generics in TypeScript. We'll discuss how to use them and when they're useful in your code. In the future, you might want to print an array of numbers using the same function.
- 4
DEV·4y
Why RxJS compatibility matters
In the last month, both Preact and Qwik announced support for fine-grained reactivity with signals. This is what enables SolidJS to have performance almost as fast as imperative vanilla JS. But the team is working on a new, less capable reactive primitive. It's basically going to do the job of the map RxJS operator.
- 5
This is Angular·4y
Inversion of Control: Dependency Injection in Typescript
Stencil is a very nice compiler for Typescript that generates web components. If I were to place it, it would be a mixture between Angular and React. The big advantage of using a DI system is that you can easily mock the services in tests.
- 6
30 seconds of code·4y
Can I validate an email address in JavaScript?
Theoretically, email addresses can be validated using a regular expression. The only way to do so is to send an email and check the response. Even if you could validate an email address, there’s no way of knowing if this address is in fact currently in use.
- 7
- 8
- 9
This Dot·4y
Storybook: Can Your Next Project Benefit from It?
Storybook is a tool for developing UIs that allows you to work on one component at a time. It can take up a lot of time to maintain and properly set up. It takes team commitment to keep it updated and ensure everything still works. There are plugins that can be added to make certain feature work.
- 10
Telerik·4y
Top 11 Angular Training and Learning Resources for Beginners
Angular is Google’s TypeScript-based open-source web framework for building web applications. Several resources are available for starting your Angular journey, from YouTube to paid learning resources to podcasts. This is a perfect blog to get in touch with the Angular community, share ideas and be updated about everything.