React links

Collection of links and notes while approaching React.js, next.js and related topics.

Dicembre 14, 2022

Collection of links and notes while approaching React.js, next.js and related topics.

test

What is react?

React is a JavaScript library created by Facebook for building user interfaces. It is used for creating reusable components for building interactive and powerful web and mobile applications. React also allows developers to create applications that can be rendered on the server side as well as the client side.

React has a really different view about the page since it uses a virtual DOM, and is really not simple to switch from jQuery style to React.

Author

PHP expert. Wordpress plugin and theme developer. Father, Maker, Arduino and ESP8266 enthusiast.

Recommended

The Quantcast CMP broke my sites

A javascript error in CMP blocks my site.

Maggio 19, 2023

Scroll to DIV by ID without jQuery

Use scrollIntoView instead of jQuery animate.

Dicembre 16, 2022

Arduino links

Collection of links about projects and arduino community

Novembre 1, 2022

Machine learning links

Collection of links about Machine Learning topic, built while studying ml

Ottobre 25, 2022

Add Internet Explorer class to body to detect old browser

When you have clients that still uses an old browser, you need to handle it. This javascript function detects the…

Febbraio 27, 2017