repetere/jsonx

How do I evaluated props in JSONX

tsukhu opened this issue · 0 comments

Hi ,

First of all this is a very impressive project and congratulations for that.

Here is what I am trying

const HelloWorld = ({name}: {name: string}) => <p>Hello {name}</p>

How can I have the "name" prop be passed and evalualated properly
If there is an example , please point me to it.

Thanks