Multiple Frameworks
Im wanting to make a quick project on making a counter and todo list on some of the most popular frame works. I also want to put all of these on a website as a demo type of thing, but not too sure how to do this because i know they all have their own type of build process.
TL;DR: is there a way to get multiple frameworks, like react, solid, or svelte, working on different directories on a single website?
example.com/svelte
or example.com/react
5 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
you might be dependent on whether you can set a base url for the framework, some might assume their router starts at /, but it's not impossible technologically and used to be pretty normal
You might have an easier time using subdomains though
svelte.example.com instead of example.com/svelte/
yea thats what i was worried about, the build process for all of the frameworks and howd that work out
are there web hosting providers that provide sub domains for free because i looked into subdomains once and mostly found out that id have to pay for those
Astro allows you to use everything
You could even put all on one page, next to one another I'd you'd like (I think)
oh i havent even thought of using Astro like that