React links

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

December 14, 2022

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

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.

Comments on “React links”

Leave a Reply

Your email address will not be published. Required fields are marked with an *

Recommended

The Quantcast CMP broke my sites

A javascript error in CMP blocks my site.

May 19, 2023

Scroll to DIV by ID without jQuery

Use scrollIntoView instead of jQuery animate.

December 16, 2022

Arduino links

Collection of links about projects and arduino community

November 1, 2022

Machine learning links

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

October 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…

February 27, 2017

Modify list counter in :before pseudo class with jQuery using start attribute

Suppose you have two ordered list ol tags, and the second one has a start attribute. You also have in…

April 20, 2016