Best of MediumNovember 2021

  1. 1
    Article
    Avatar of medium_jsMedium·5y

    Introduction to WebAssembly (WASM)

    As of today, 94% of installed browsers support WebAssembly. It enables near-native execution speed in a web browser, making it possible to port desktop applications (like AutoCAD) and video games (e.g. Doom 3) It has the potential to change websites from what we know them today to something much more.

  2. 2
    Article
    Avatar of medium_jsMedium·5y

    Break Stuff Until it Works — Optimizing performance in NextJS

    Performance optimizing isn’t easy, but with these steps you will be guaranteed to be much closer to a fast solution. The strategy is a method of “Breaking Stuff Until It Works’ Understanding NextJS’es lifecycle is the first step to optimizing your app.

  3. 3
    Article
    Avatar of medium_jsMedium·5y

    Let’s build our own Redux

    Flux is a pattern or architecture, not a library or framework, for managing data flow in our applications. The only source of incoming to the store is through the dispatchers. Views read any required information from the store and display it on the UI part. Let’s understand these quickly using a simple add-to-cart functionality in our application.

  4. 4
    Article
    Avatar of medium_jsMedium·5y

    🔥 What to Expect from Angular 14 in 2022: Is Micro Frontend Coming? 🤫

    Angular 14 is expected to be released in 2022. The team is working on supporting micro frontend applications. Micro Frontend will be able to import components, directives, and pipes and use them directly. This will allow developers to find the issues during development time and significantly improve type checking.