GeekyAnts / react-pluggable

A plugin system for JS & React apps.
https://react-pluggable.github.io/
MIT License
169 stars 25 forks source link

How can i use Pure JS on reactJS #26

Open thevobos opened 1 year ago

thevobos commented 1 year ago

Hi I want to use this in project but how can I use react js without tsx

MaNemoj01 commented 11 months ago

Well, React doesn't require jsx/tsx but if you really need to I posted some links below, but the whole point is to mix HTML and JS together so you can easily develop and maintain since logic and functionality are tightly connected. :D

But if you want some ideas on how to do that here are some links to help you out:

https://legacy.reactjs.org/docs/react-without-jsx.html https://www.xenonstack.com/blog/react-without-jsx https://www.geeksforgeeks.org/react-js-without-jsx/ https://www.knowledgehut.com/blog/web-development/react-create-element https://www.codingninjas.com/studio/library/react-without-jsx https://dev.to/dperrymorrow/using-react-without-jsx-no-build-14gg https://www.pluralsight.com/guides/just-plain-react