Skip to main content

React: Notes

React Logo

React — A JavaScript library for building user interfaces, created by Jordan Walke, a software engineer at Facebook.

Try React online: https://stackblitz.com/

npm install -g create-react-app
npx create-react-app myfirstreactapp

Courses and tutorials

>>> Intro to React | Reactjs.org

>>> Learn React + Redux | Sololearn

>>> React Tutorial | W3Schools

>>> Learn React Tutorial | JavaTpoint

>>> React Native Fundamentals by Tyler McGinnis on egghead.io

>>> Learn React | freeCodeCamp.org

>>> Build a Full-Stack React Application on AWS

>>> Build an App with React and Ampersand by Henrik Joreteg

Popular posts from this blog

Windows 10 1903 Critical Error: Your Start menu isn't working

Windows 10 1903 Critical Error: Your Start menu isn't working. We'll try to fix it the next time you sign in.

Office 365: Alert Policies - Creation of forwarding/redirect rule

The default Creation of forwarding/redirect rule alert policy will be triggered when end-users create rule to forward or redirect mail

Powershell: Install Windows Feature - .NET Framework 3.5

Check if .NET Framework is installed. Get-WindowFeature *net* Install-WindowsFeature NET-Framework-Features