top | item 44145042 (no title) midiguy | 9 months ago Tbh, I would be pretty frustrated developing any non-trivial frontend code without a type system. But I am interested to try dropping frameworks. discuss order hn newest AlbinoDrought|9 months ago For the projects I've written like this, I've been able to get by with simple JSDoc and an IDE that supports them.Here's a random example: https://dev.to/ingosteinke/using-jsdoc-to-write-better-javas... 65|9 months ago You can always compile your front end code from Typescript to Javascript with something like esbuild.
AlbinoDrought|9 months ago For the projects I've written like this, I've been able to get by with simple JSDoc and an IDE that supports them.Here's a random example: https://dev.to/ingosteinke/using-jsdoc-to-write-better-javas...
65|9 months ago You can always compile your front end code from Typescript to Javascript with something like esbuild.
AlbinoDrought|9 months ago
Here's a random example: https://dev.to/ingosteinke/using-jsdoc-to-write-better-javas...
65|9 months ago