juliusmatern.bsky.social
@juliusmatern.bsky.social
Pinned
Web development with #reactjs
#express
React component
#coding
are independent ,reusable piece of code,serve the same purpose as js function but they can return html,
there are class component and function component,
Function component is most used one
eg

function Car() {
return

Hi, I am a Car!

;
}
😀
February 7, 2025 at 5:33 PM
Web development with #reactjs
#express
January 25, 2025 at 5:25 AM