Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i use Pure JS on reactJS #26

Open
wwwakcan opened this issue Nov 14, 2022 · 1 comment
Open

How can i use Pure JS on reactJS #26

wwwakcan opened this issue Nov 14, 2022 · 1 comment

Comments

@wwwakcan
Copy link

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

@MaNemoj01
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants