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.jsimport ReactDOM from 'react-dom/client'const root = ReactDOM.createRoot(document.getElementById('root'))root.render(<App />)