Fork me on GitHub
#squint
<
2024-01-29
>
Benjamin16:01:08

Hello I'm trying to figure out what the squint way is of making a react component from a function? I'm after a "form 2" component. But I'm not a react guy so much. Functional Component I'm after. I realize I need a function like MyComponent example. With hook calls before it returns jsx.

borkdude17:01:10

In React a component is just a function that returns some JSX

borkdude17:01:23

That is a functional component