scrimba
React JS Tutorial in Bangla
React.js in Bangla | Props | Parent & Child Component
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

React.js in Bangla | Props | Parent & Child Component
AboutCommentsNotes
React.js in Bangla | Props | Parent & Child Component
Expand for more info
Main.js
run
preview
console
import React from 'react'

export default function Main(){
return(
<h1>Main Component</h1>
)
}
Console
index.html
-28:51