React
It’s components all the way down.
JSX: adding templating to js, ie. you can write HTML / DOM in your JS files. You don’t actually need a .jsx extension, but it’s a convention to signal to other devs that there are react components inside them.
Trivia:
- Functional components do not have instances
Cateogory: Web Dev
Tags: [frontend] [webdev]