Zum Inhalt springen

The Legend of jQuery in 100 Seconds

Fireship (14.09.2020) jQuery is the world’s most popular JavaScript library (by far) in terms of sites using it in production today. Learn the basics of jQuery in 100 seconds.

React JS Crash Course

Traversy Media (18.01.2021) Get started with React in this crash course. We will be building a task tracker app and look at components, props, state, hooks, working with an API and more. CODE https://github.com/bradtraversy/react-crash-2021

Was ist React? // deutsch

the native web GmbH (08.05.2020) React ist eine Bibliothek zum Entwickeln von Benutzeroberflächen für Webanwendungen. Sie wird seit dem Jahr 2011 von Facebook entwickelt und steht als Open-Source zur Verfügung. React zeichnet sich durch einen… Was ist React? // deutsch

React for the Haters in 100 Seconds

Fireship (22.04.2022) React is the most popular JS framework ever, but some web developers out there say it sucks. Let’s take a look at the criticisms and hate directed towards React.js.

Decimal to roman

A little JavaScript function to convert decimal numbers into roman numbers: Decimal Convert to roman — Source: https://stackoverflow.com/questions/9083037/convert-a-number-into-a-roman-numeral-in-javascript