remix-public-env
arktype
remix-public-env | arktype | |
---|---|---|
1 | 43 | |
6 | 3,842 | |
- | 2.0% | |
5.5 | 9.2 | |
4 months ago | 6 days ago | |
TypeScript | TypeScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
remix-public-env
-
Type-Safe Env Vars in Remix - A modern approach with ArkType
If you only want to see the code, check out the updates' diff here. Take a closer look at the second commit on that PR.
arktype
-
Type-Safe Env Vars in Remix - A modern approach with ArkType
Aside from updating Remix (from 1.7 to 2.9) and switching from Zod to ArkType, I’ve introduced a makeTypedEnvironment helper to streamline handling environment variables in both server and client environments. Additionally, I’ve optimized the codebase by removing the typedPick method and refining imports to ensure server code doesn’t leak into the client bundle.
-
Using Arktype in Place of Zod - How to Adapt Parsers
Arktype has been on my radar for a while now, it offers similar validation capabilities but with some unique features that caught my eye, like the way it lets you define validators using the same syntax you use to define types.
-
Library for benchmarking TS types
I primarily rely on that approach to benchmark ArkType's types.
- Introducing @arktype/attest: A new approach to type-level testing and benchmarks
-
TypeScript please give us types
I was one of the most outspoken supporters of this initiative until I started working on ArkType. That may sound oddly self-serving, and it would be naive to claim objectivity after having invested so much into my own solution to this problem. However, I don't think that's the primary reason I changed my mind.
Since it's not explicitly listed there, I feel I should shout out David Blass and his incredibly cool ArkType project: https://github.com/arktypeio/arktype
He sometimes (used to?) streams himself working on twitch and it's a really comfy place to hang out: https://www.twitch.tv/arktypeio
-
Using ArkType for TypeScript runtime validation
ArkType is a runtime validation library that can infer TypeScript definitions one-to-one and reuse them as highly-optimized validators for your data.
-
preferred way to type guard api response body?
Could also try ArkType if you haven't seen it.
-
Valid runtime typing with Dilav
How would you say the functional chaining style overall compares to a parsed syntax like ArkType?
-
Can someone recommend a library for data parsing similar to Zod, but with better support for input transformations/preprocessing?
I'm working on a library called ArkType maybe of interest to you.
What are some alternatives?
zod - TypeScript-first schema validation with static type inference
proposal-decorators - Decorators for ES6 classes
reflect-metadata - Prototype for a Metadata Reflection API for ECMAScript
type-level-regexp - 🔤🔍 Type-level RegExp, parse and match string in TypeScript type system.
typescript-needs-types - TypeScript please give us types.
trpc - 🧙♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.
monorepo
typebox - Json Schema Type Builder with Static Type Resolution for TypeScript
typescript-runtime-type-benchmarks - 📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support
stc - Speedy TypeScript type checker
ex-patterns - Elixir-style pattern matching and control flow structures for native JavaScript data types and Immutable.js collections
kysely-planetscale - A Kysely dialect for PlanetScale Serverless