Best of AngularOctober 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Introducing Ezno

    Ezno's type checker is built from scratch and is fully compatible with TypeScript type annotations. It is a JavaScript compiler featuring checking, correctness and performance for building full-stack (rendering on the client and server) websites.

  2. 2
    Article
    Avatar of gcgitconnected·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. 3
    Article
    Avatar of freecodecampfreeCodeCamp·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. 4
    Article
    Avatar of devtoDEV·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. 5
    Article
    Avatar of tiaThis 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. 6
    Article
    Avatar of 30seconds30 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. 7
    Article
    Avatar of gcgitconnected·4y

    Dynamic Angular Microfrontends

    Dynamic Angular Microfrontends Introduction is a step by step guide on how to create a simple angular application that consumes modules of another application… levelup.gitconnected.com.

  8. 8
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Build a Webshop with Angular, Node.js, TypeScript, & Stripe

    Learn how to build a webshop with Angular, Node.js, TypeScript, & Stripe. You will learn how to use Angular material and Tailwind to structure the UI and how to integrate a store API into the app.

  9. 9
    Article
    Avatar of thisdotThis 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. 10
    Article
    Avatar of telerikTelerik·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.