Giter Site home page Giter Site logo

react-simple-todo-app's Introduction

react-simple-todo-app

This app is developed to learn the basics of portals and ref's in react

React portals

Portals needs two things:

  1. You need a place you want to port the component to.
  2. Let that component know it should have portal to that place. To mark that place we got to index.html file, add a div with id.

useRef

They allow us get access to other DOM elements n work with them.

How do refs work?
With refs we can set up connection b/w a HTML element which is being rendered in the end & our other Javascript code.

What does useRef return & what value it takes?
It takes default value you wanna initialize it to, it returns value which allows us to work with that ref later.

If you just want to read a value refs are probably better than state.

react-simple-todo-app's People

Contributors

suhani1102 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.