Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Typescript-style-guide Alternatives
Similar projects and alternatives to typescript-style-guide
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
-
-
-
turbo
Discontinued Build system optimized for JavaScript and TypeScript, written in Rust [Moved to: https://github.com/vercel/turborepo]
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
clean-go-article
A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
-
coreui-react
CoreUI React.js UI Components. CoreUI for React.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true React.js hook components, without jQuery and unneeded dependencies.
typescript-style-guide discussion
typescript-style-guide reviews and mentions
-
Deno: What we got wrong about HTTP imports
Deno (with Typescript of course) is my "smaller Rust". Whenever I don't need the performance and efficiency of Rust, I fall back to Deno. The development speed is much higher while the result is reasonable fast and safe.
- Typescript comes pretty close regarding the type system, e.g. discriminated unions (https://mkosir.github.io/typescript-style-guide/#discriminat...) or "the second best version of null safety".
- Deno has an exceptional core api and std lib. Performance is great. In my experience it's very stable (except some newer Node APIs). The tooling is great and now the move to JSR and Node compatibility widens the ecosystem while trying to make it safer. I wonder how the Deno team plans to push JSRs adoption.
- It's single threaded. Yes, I think it's a feature. Multithreading via Webworkers might not be as fast as sharing memory, but it's much safer. I even think it has an edge over Go, if you don't need the extra performance of Go.
I really hope JSR adoption will grow.
- Show HN: The Last TypeScript Style Guide
-
How I approach and structure Enterprise frontend applications after 4 years of using Next.js
The conventions I follow are inspired by this guide here. I highly recommend you read it and code snippets below are coming from that guide.
- Show HN: TypeScript Guide
- TypeScript – Annotation vs. Inference Help
- The Last TypeScript Style Guide
- Show HN: TypeScript Style Guide
- TypeScript-React Style Guide
-
A note from our sponsor - Stream
getstream.io | 16 Jul 2025
Stats
mkosir/typescript-style-guide is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of typescript-style-guide is MDX.
Popular Comparisons
- typescript-style-guide VS cules-coding
- typescript-style-guide VS awesome-guidelines
- typescript-style-guide VS portfolio
- typescript-style-guide VS Noteit
- typescript-style-guide VS clean-go-article
- typescript-style-guide VS coreui-react
- typescript-style-guide VS prettier
- typescript-style-guide VS Tailwind CSS
- typescript-style-guide VS turbo
- typescript-style-guide VS deno