HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wgallagher

no profile record

Submissions

FoalTS 3.0 released – TypeScript app framework

foalts.org
2 points·by wgallagher·há 4 anos·1 comments

comments

wgallagher
·há 4 anos·discuss
I use svelte when I have the choice. If there is a need for a server side story then SvelteKit. I’ve used many different design systems for components including Bootstrap, Material, Carbon, Headless…
wgallagher
·há 4 anos·discuss
Full-featured Node.js framework Simple and easy to use - TypeScript-based - Well-documented
wgallagher
·há 5 anos·discuss
I use and like FoalTS. It is a typescript server framework layered over express. It has good documentation, is opinionated about structure and provides a decent CLI for adding controllers, entities, tests, etc. It also includes typeorm for database entity integration. As a bonus OpenAPI support is included to help automate documentation generation for your REST API.