Lea Rosema on Nostr: When it comes to multi-page applications (which should be the default approach to ...
When it comes to multi-page applications (which should be the default approach to building websites IMHO), the best choice is nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqz9mgjaujnjyhwyxwuvs7czf0vg3qk86nmw4q3988kuxgfdfz8rfsenjpw4 (nprofile…jpw4) for me. Although you have to add the transpile steps yourself.
It doesn't support TypeScript out of the box. But that's good; you can add ts support the way you want. It might be enough to run "tsc" for many use-cases. In my case, I use a convention to look for folders, and when there is a ts file named like the folder inside, process it with esbuild.
It doesn't support TypeScript out of the box. But that's good; you can add ts support the way you want. It might be enough to run "tsc" for many use-cases. In my case, I use a convention to look for folders, and when there is a ts file named like the folder inside, process it with esbuild.