saasforge / open-source-saas-boilerpate

Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack)
https://www.saasforge.dev
MIT License
803 stars 115 forks source link

Can't find where is jQuery used #11

Closed AdemHodzic closed 4 years ago

AdemHodzic commented 4 years ago

I've noticed there is jQuery installed as a dependency in package.json but I can't find where it's used.

saasforge commented 4 years ago

Sorry for the delay with this issue! Github didn't notify me about the problem. Okay, back to jQuery. It's necessarily library for Bootstrap to work normally. So, it's used internally. Also, there is an example for using it (even it's not used directly), see here: https://github.com/saasforge/open-source-saas-boilerpate/blob/6f8b4adf9fe5050d448e4f39ef8dfd0a11b75a06/src/app/auth/AuthApp.jsx

saasforge commented 4 years ago

Please don't hesitate if you have any questions. We will monitor the issues tab more often :)