Components

#HelloFrontend #HelloErmine #HelloWorld2021

Component āļ„āļ·āļ­āļ­āļ°āđ„āļĢ ?

Component āļ—āļģāđƒāļŦāđ‰āđ€āļĢāļēāļŠāļēāļĄāļēāļĢāļ–āđāļšāđˆāļ‡āļŠāđˆāļ§āļ™ user interface āļ­āļ­āļāļĄāļēāđ€āļ›āđ‡āļ™āļŠāđˆāļ§āļ™āđ€āļĨāđ‡āļ āđ† āļ—āļĩāđˆāļŠāļēāļĄāļēāļĢāļ–āļˆāļąāļ”āļāļēāļĢāļ•āļąāļ§āļĄāļąāļ™āđ€āļ­āļ‡āđ„āļ”āđ‰ āđ‚āļ”āļĒ component āđƒāļ™ React āļˆāļ°āļĄāļĩāļŠāļ­āļ‡āđāļšāļš āļ„āļ·āļ­

  1. Class component

  2. Function component

Function components

āļ„āļ·āļ­ component āļ—āļĩāđˆāđ€āļ‚āļĩāļĒāļ™āļ”āđ‰āļ§āļĒ function āđ‚āļ”āļĒāļˆāļ°āļ•āđ‰āļ­āļ‡ return āļ„āđˆāļēāļ­āļ­āļāļĄāļēāđ€āļ›āđ‡āļ™ React element āļ—āļĩāđˆāļˆāļ°āđƒāļŦāđ‰ React āļ™āļģāđ„āļ›āđāļŠāļ”āļ‡āļœāļĨ

function Hello() {
    return <h1>Hello Poopoo</h1>;
}
 
const element = <Hello />; // <h1>Hello Poopoo</h1>

āđāļŦāļĨāđˆāļ‡āļ­āđ‰āļēāļ‡āļ­āļīāļ‡

Last updated

Was this helpful?