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

hmailserver: Notes from the field

hmailserver is one of free open source mail servers running on Microsoft Windows operating system.

stegseek: Notes

StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours.

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.