Comment on Ask HN: What are the best open source TypeScript projects I can learn from?parentComments−cheeseblubber3yMost of the code is here: https://github.com/Linen-dev/linen.dev/tree/main/apps/webWe're in the process of moving components out in to their own package so they can be shared between different clients. https://github.com/Linen-dev/linen.dev/tree/main/packagesWe use next js but is in the process of migrating the backend code to a node service−FBISurveillance3yWe use next js but is in the process of migrating the backend code to a node serviceWould you mind sharing why? I'm curious because I'm building a Next.js-powered Slack app currently.
Comments
Most of the code is here: https://github.com/Linen-dev/linen.dev/tree/main/apps/web
We're in the process of moving components out in to their own package so they can be shared between different clients. https://github.com/Linen-dev/linen.dev/tree/main/packages
We use next js but is in the process of migrating the backend code to a node service
Would you mind sharing why? I'm curious because I'm building a Next.js-powered Slack app currently.