superstore
superstore copied to clipboard
Multiple questions/thoughts about project
Hello,
I really like the idea, but when I read source code I got some questions.
- Why you don't use framework like Vue.js/React.js/Angular... ? Website is hosted on clearnet, so bandwidth and loading speed isn't a big issue and will increase development speed and maintainability (and also avoid duplicate code that could complicate code for newcomer).
- User anonymity isn't that good through Cloudflare and Github page, but browersing through clearnet is the counter part for accessibility and stability (I hope). It would be great to create Onion address as proxy to Github page (The downside is that you will need one server) and try to mix bot world.
- Code relies on some libraries, It would be great to use "private" hosted sources for packages or at least fallback cdn/url.
- It also to be great to use css library, cleaner/better UI and also faster development, the downside is bandwith/loading speed, but It's negligible for clearnet website, and even for not clearnet website navigator cache assets.
Do you have some opinions ?