Streamlined webapp example using SWC? #6497
Unanswered
real-felix
asked this question in
Q&A
Replies: 1 comment
-
There is for example parcel: is there an equivalent using SWC as the transpiler/bundler? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm new to web development, and I'm a bit lost at the moment. The “traditional” way of writing a webapp implies way too much boilerplate, config files, installed tools, etc. I want to build a simple webapp, with the most streamlined experience. Is there any such an example using SWC?
For example, I've tried Deno, and the way I can write Typescript code & add dependencies with no boilerplate is amazing. Not sure if I can target the web with SWC and have a similar experience.
Beta Was this translation helpful? Give feedback.
All reactions