Giter VIP home page Giter VIP logo

react's Introduction

https://browserslist.dev/

babel plugin transform remove console : https://babeljs.io/docs/en/babel-plugin-transform-remove-console/

parcel doesn't remove logs

render: loading something in dom

re-render:

es6, jsx, -> not mandatory

-> self closing tag

good notes app

react design principles

export default Title-> export Title by default default import -> import Title from "./Title" export const Title -> export by title named import -> import {Title} from "./Title" import * as Obj from ""

named import at 12:14 named export

react has one way data binding -

every component in react maintains a state you can put all variable in state local variables are put into state

state -> useState() hook

what is state? why?

  • local varibles

what is hook? why?

  • just a normal function

what is useUstate()? why?

  • to create local state variables
  • returns array, [variabble & a fn to update]

never call a component inside another component

hooks never write useState inside if else/ for loop never use useState outside a functional component

createBrowserROuter() function from react-router-dom. Helps us creating routing RouterProvider

react's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.