DOCSItish Prasad's Documentation
  • Introduction
  • Commit Message
    • React Imports
    • Snippets
    • React-18-New-Features
      • #React 18
      • #heading two for markdown text for the mandatory to write the text fort internal use is title is for react js
  • Libraries
  • VSCode Extensions
    • Code Highlighting
    • MDX
    • Next.js SSG
    • Next.js i18n
    • Next.js Image
    • Themes
    • Preference
    • Tailwind CSS
    • CSS / SCSS
    • Resources
      • Installation
      • Configuration
      • Callout
      • Bleed
      • Installation
  • Introduction
  • Commit Message
    • React Imports
    • Snippets
    • React-18-New-Features
      • #React 18
      • #heading two for markdown text for the mandatory to write the text fort internal use is title is for react js
  • Libraries
  • VSCode Extensions
    • Code Highlighting
    • MDX
    • Next.js SSG
    • Next.js i18n
    • Next.js Image
    • Themes
    • Preference
    • Tailwind CSS
    • CSS / SCSS
    • Resources
      • Installation
      • Configuration
      • Callout
      • Bleed
      • Installation

React 18#

using create react app or

git clone itishprasad.in

heading two for markdown text for the mandatory to write the text fort internal use is title is for react js#

heading not2 for use#

hllo

page supports for the

import * as React from 'react'
const app = () => {
return <div>HEllo React 18 for sure</div>
}
// index.js
import ReactDOM from 'react-dom/client'
const root = ReactDOM.createRoot(document.getElementById('root'))
root.render(<App />)
Snippets
Libraries

© 2022 Itish Prasad.
Edit this page on GitHub