Discover all the latest ECMASCRIPT 15 features released in 2024 with code examples
In the last article, we talked about debounce vs throttle in JavaScript but as JavaScript keeps evolving, it is time to discover the latest ECMAScript 15 (or ES2024 or ES15) features. ES15 brings even more exciting ...
October 24, 2024Reading time: 3'
Understand what debounce or throttle a JavaScript function means and the differences with code examples.
JavaScript provides powerful tools to manage how frequently a function gets executed in response to user interactions, such as scrolling, typing, or resizing a window. Two such tools are debounce and throttle. These concepts help improve performance by controlling the frequency of functio...
October 07, 2024Reading time: 4'
Discover what are Web Components, a tool to build UI elements independently from the Front End stack.
In the previous article we talked about the new React framework called Remix and if you haven't had time to read it, I suggest you do it by clicking here. In case you fell in love with it and are thinking of migrating a project developed with Angular, for example, you wi...
January 12, 2022Reading time: 6'
Let's find out what is React Remix, a new React Framework based on React Router and developed by the same React Router creators to improve SEO, build times and performances.
Recently a new React framework has been launched and its name is Remix. The founders of React Router have been working hard to develop and present this new framework to the entire community and in this article I am so pleased to answer the question "What is React Remix?".
I tri...
November 18, 2021Reading time: 9'