-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56f8d0b
commit 7aaeae2
Showing
6 changed files
with
61 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -332,5 +332,12 @@ Otherwise, consider sending me an email ([email protected]) or [message me on Dis | |
src="https://avatars.githubusercontent.com/u/47925045" | ||
/></a> | ||
</td> | ||
<td> | ||
<a href="https://github.com/tylim88" | ||
><img | ||
height="64px" | ||
src="https://avatars.githubusercontent.com/u/5227509" | ||
/></a> | ||
</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,17 @@ title: Announcing ArkType 2.0 | |
description: 100x faster validation with DX that will blow your mind | ||
--- | ||
|
||
import { AutoplayDemo } from "../../../components/AutoplayDemo.tsx" | ||
import { CodeBlock } from "../../../components/CodeBlock.tsx" | ||
import { RuntimeBenchmarksGraph } from "../../../components/RuntimeBenchmarksGraph.tsx" | ||
|
||
As of today, `[email protected]` is generally available and fully stable. | ||
|
||
ArkType 2.0 brings types to runtime JS in a way that, until today, was a pipedream. Whether you're a first-time TypeScript dev trying to validate a form or a library author introspecting relationships, ArkType offers fundamentally better tools for navigating the perils of JavaScript. | ||
ArkType 2.0 brings types to runtime JS in a way that, until today, has been a pipedream. | ||
|
||
Whether you're a first-time TypeScript dev trying to validate a form or a library author introspecting relationships, ArkType offers fundamentally better tools for navigating the perils of JavaScript. | ||
|
||
<AutoplayDemo src="https://github.com/user-attachments/assets/895c439e-fcd3-4420-93fa-299e829fcf26" /> | ||
|
||
### Unparalleled DX | ||
|
||
|
@@ -50,3 +55,25 @@ Every schema is internally normalized and reduced to its purest and fastest | |
representation | ||
|
||
<CodeBlock fromFile="intrinsicOptimization" /> | ||
|
||
### What next? | ||
|
||
ArkType doesn't require a special environment or build step to work- [our intro](/docs/intro/setup) will have you up and running in seconds. | ||
|
||
We have [big plans](https://github.com/orgs/arktypeio/projects/4) to ArkType 2.0 even further, but we're even more excited to see what you do with it! | ||
|
||
⚡ [Starting coding](/docs/intro/setup) | ||
|
||
⭐ [Check out the project on GitHub](/docs/intro/setup) | ||
|
||
👋 [Join our Discord to lurk or ask questions](https://arktype.io/discord) | ||
|
||
- Follow any of these accounts for updates: | ||
|
||
- [@arktype.io](https://bsky.app/profile/arktype.io), [@ssalbdivad.dev](https://bsky.app/profile/ssalbdivad.dev) on BlueSky | ||
- [@arktypeio](https://x.com/arktypeio), [@ssalbdivad](https://x.com/arktypeio) on X/Twitter | ||
|
||
- Consider supporting my full-time work on ArkType... | ||
|
||
- via [GitHub Sponsors](https://github.com/sponsors/arktypeio) | ||
- by convincing your team to let me optimize your types and fix editor lag (reach out directly to one of the accounts listed or `[email protected]`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters