Fabio Biondi

Fabio Biondi @fabiobiondi

About: Google Developer Expert in Angular • Microsoft MVP • Front-End Instructor • Speaker & Content Creator • Twitch Partner • ♥️ JS

Location:
Italy
Joined:
Jan 26, 2019

Fabio Biondi
articles - 24 total

TIP: CoreWebVitals, SSR and SSG

In this screen you can clearly see the difference between an Angular (v.17) project that uses Client...

Learn More 4 1Jan 15 '24

TIP: how to boost your app's performance with (Angular) computed signals

This is an Angular Tip but works with other frameworks/libs that use signals 🎓...

Learn More 20 3Jan 10 '24

Angular Standalone components - CheatSheet

Standalone components are one of the features that have definitely simplified the use of...

Learn More 18 1Jan 8 '24

Qwik & Arduino with Johnny Five

Some days ago I have shared some experiments I have recently done with Qwik and Arduino on my...

Learn More 23 5Nov 13 '23

Redux is not DEAD!

WHY REDUX IS NOT DEAD even if every year you can read some articles or devs that say the...

Learn More 4 1Nov 6 '22

esbuild: creiamo un'applicazione React / TypeScript e analizziamo le principali features 🇮🇹

I'm sorry. This post and the long video tutorial are in italian only but all slides are in english...

Learn More 5 0Oct 27 '22

Astro Build: how to use React, Vue and Svelte in the same page using "islands"

Astro is a new web framework that is very different from the others. It's not a replacement of...

Learn More 9 0Oct 27 '22

Angular v.14 + ESBUILD = -25/40% build time

Angular v.14 now supports esbuild, a "new" super fast JavaScript Bundler, also used by ViteJS. I...

Learn More 20 3Sep 15 '22

Create Web Components in Lit, publish on npm & use in Angular 14, React 18 and Vanilla JS Projects (free video course)

I have published a free mini-course to create Web Components using the Google Lit library and...

Learn More 8 1Aug 21 '22

How to create React UIKIT components in TypeScript that extends native HTML Elements

In the front-end ecosystem, UiKits are collections of utilities and several components, such...

Learn More 42 0Jul 8 '22

Angular & RxJS Tips #1: HttpClient & Async Pipe

In this video I show you how to make a Http request using the async pipe. 🔗 Follow me...

Learn More 11 0Jul 6 '22

Angular & RxJS Tips #5: Multiple Http calls - combineLatest vs forkJoin

In RxJS you can make multiple REST calls, wait that all of them are completed and get a single...

Learn More 8 2Jul 5 '22

Angular & RxJS Tips #4: HttpClient & Reactive Forms

A new short video to show how to use #angular Reactive Forms with #rxjs operators: for example it...

Learn More 5 0Jul 5 '22

Angular & RxJS Tips #3: HttpClient & Router Params

In this video we retrieve (and update) the user id from the url of the browser and we'll pass it to...

Learn More 8 0Jul 5 '22

Angular & RxJS Tips #2: Higher Order Observables - switchMap vs mergeMap vs concatMap vs exhaustMap

In this video I will talk about higher order observables, that are observables that emit other...

Learn More 9 0Jul 5 '22

React: introduction to Redux Toolkit (2022) - State Management Strategies in React - Pt #3

This video is completely dedicated to Redux, Redux Toolkit and Redux Developer Tools. At the end of...

Learn More 12 0Jul 4 '22

React: Zustand, Valtio and Jotai/Recoil - State Management Strategies in React - Pt #2

In the previous video we have analyzed a lot of functionalities provided by the React library. And as...

Learn More 11 0Jul 4 '22

React: composition vs props, useState, useReducer, context - State Management Strategies in React #1

In many blogs, on twitter and communities, discussions about the best state management techniques in...

Learn More 9 0Jul 4 '22

Create Web Components by using Google Lit, publish them on Npm and use them in React, Angular & JS projects

Web components are a set of technologies that allow us to create reusable HTML elements, in which all...

Learn More 13 0Jul 4 '22

SolidJS Intro in 5 minutes (for React Developers)

SolidJS is a "new" (5 years old) UI library with an API very similar to React that is gaining more...

Learn More 6 0Jul 3 '22

SolidJS #2: state management and custom components

In most of modern front end frameworks When our components have a very complex template, a good...

Learn More 5 0Jul 3 '22

Create a React / TypeScript Generic Component

How to create a reusable and generic TabBar components in React / TypeScript

Learn More 68 10Jul 3 '22

React, AntD and Tailwind: fix CSS conflicts

If you're using React, Tailwind and Ant Design (and probably most of the others UIKIT available in...

Learn More 24 6Jul 3 '22

Create a React 18 / TypeScript bundle using esbuild

How to use esbuild to create a bundle for your React 18 / TypeScript projects

Learn More 33 0Jul 2 '22