It is already well known in the frontend development community that adopting TypeScript is a good idea for (almost) every project that… (more…)
Read more »
TypeScript is a superset of JavaScript that compiles to clean JavaScript output. - microsoft/TypeScript... (more…)
Read more »
Say you have the following
TypeScript interface I that you
want to invoke remotely by passing messages of type M; or that you
receive messages of type M and want to handle them using an object
of type I: (more…)
Read more »
Modularization best practice to common web development scenarios, applies to vue/react/... any framework - GitHub - taowen/vite-howto: Modularization best practice to common web development scenari... (more…)
Read more »