Giter Site home page Giter Site logo

react-advance's Introduction

React-Advance

##section 4 - controlled and uncontroller component

if we can access variable of component from outside - controller. (user of props ) if component variable cannot change or update outside of compoenet -- uncontroller (declare the variable using usestate)

##section 5 HOC - component that return component its work as wraper for component to do some functionality for that conmpoent and pass props to component. (: HOCs are a pattern in React where a function takes a component and returns a new component with additional functionality. HOCs allow you to reuse component logic, share code between components, and enhance components with additional features. They are often used for cross-cutting concerns like authentication, logging, or data fetching.)

Context is primarily used for sharing data that needs to be accessed by many components at different levels of the component tree. HOCs are used for enhancing individual components with additional functionality or behavior, such as adding props, state, or lifecycle methods

react-advance's People

Contributors

mathpalvipin avatar

Watchers

 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.