Grab and learn
Modules
Startup
Code editor Setup VScode
Basics
Top Navigation Sticky Navbar Hamburger Collapse Columns 2D transforms 3D transforms Normal card Flip card Scrollbar Progressbar Skillbar Alert Jumbotron Forms Popover Tooltip Background overlay Breadcrumbs Toast Radio buttons Text input Range sliders Dropdown Pagination Modals Color picker Icons Tables
Advanced
Curtain menu Mega menu Toggle sidebar Collapsed sidepanel Full screen navigation Hide navbar on scroll Shrink navbar on scroll Page animation Image magnifier
Animations
Hover animations Parallax Scroll animation Scroll down animated icon Auto typer Carousel Animated icons Particles Smooth scroll Text animations Cube animations
Online website
Domain name Hosting SEO structure Crawling Indexing Canonical links Sitemap Robots.txt Google Search Console Google Analytics
Tutorials
HTML & CSS
Beginners Bootstrap Responsive websites Sass CSS grid CSS flexbox
Javascript
Vanilla JQuery Page animation Async Javascript AJAX Node.js React JS Express

Javascript - React JS

React. js is an open-source JavaScript library that is used for building user interfaces specifically for single-page applications. It's used for handling the view layer for web and mobile apps. React also allows us to create reusable UI components.

Tutorials

React Tutorial For Beginners - Dev Ed

Today we are going to learn the basics of react. React is a javascript library that helps us creating amazing web apps. We will write all of our react code with react hooks.
This react video is aimed for beginners, so if you have never worked with react before this will be a good start.We will take a look on how we can get started with react by installing create-react-app.

React Router Tutorial | React For Beginners - Dev Ed

In this episode we are going to cover a popular react library called React Router. React Router allows us to create client side routing in our react project.
Probably one of the best thing it allows us to do is create dynamic routes and fetch api calls based on route parameters.
    Things covered in this video:
  • - React Router
  • - How to use the BrowserRouter, Route and Switch.
  • - How to fetch apis with react router

React State Management Tutorial | Context Api | React Tutorial For Beginners - Dev Ed

In this episode we are going to learn everything about state management in React.
The reason you might need a state management tool like the context api or redux, is to be able to share state between all your components in your react project.
We will focus on learning to context api today together with react hooks which is a new modern way of writing react code. The context api provides us with useful hook called useContext that lets us use a state in any of our components we want!
JS

Introducing React Hooks - Traversy Media

In this video we will look at the new "hooks" feature proposal in React 16.7, specifically the useState hook which allows us to store state in a functional component. We will also build a small todo app

React JS Crash Course - Traversy Media

In this crash course you will learn what React JS is and the fundamentals such as components, state, props, JSX, events, etc.
Copyright © 2020 sowebsited.com