Christoph Knittel (@cknitt) 's Twitter Profile
Christoph Knittel

@cknitt

CTO @ cca.io, ReScript core contributor, React Native enthusiast.

ID: 115871730

linkhttp://knittel.cc calendar_today20-02-2010 07:37:13

761 Tweet

216 Followers

211 Following

ReScript (@rescriptlang) 's Twitter Profile Photo

In ReScript you can put expressions almost anywhere. Assign expressions to variables, put them anywhere in JSX, put them directly into function arguments, etc. Massive readability and productivity boosters, and you'll love it if you haven't written in a language with it before.

In ReScript you can put expressions almost anywhere. Assign expressions to variables, put them anywhere in JSX, put them directly into function arguments, etc. 

Massive readability and productivity boosters, and you'll love it if you haven't written in a language with it before.
ReScript (@rescriptlang) 's Twitter Profile Photo

Type inference is simple but powerful. The compiler will infer each type that's unknown by usage. A consequence of this is that prop drilling is really simple, because you rarely have to annotate props. Just using the prop in the component defining it is usually enough.

Type inference is simple but powerful. The compiler will infer each type that's unknown by usage. 

A consequence of this is that prop drilling is really simple, because you rarely have to annotate props. Just using the prop in the component defining it is usually enough.
Dmitry Zakharov (@dzakh_dev) 's Twitter Profile Photo

Just published ReScript Schema V9 🧬 Even though I am still busy writing the complete changelog for the release, I can't stop myself from bragging about how drastically the TS API improved in the release. Not mentioning many internal changes I'm going to share during the week.

Just published ReScript Schema V9 🧬

Even though I am still busy writing the complete changelog for the release, I can't stop myself from bragging about how drastically the TS API improved in the release.

Not mentioning many internal changes I'm going to share during the week.
ReScript (@rescriptlang) 's Twitter Profile Photo

Happy new year! We're almost ready to release an exciting editor feature - dot completion everywhere! "." will now trigger completions for more than just record fields. Example: you'll get completions for pipeable functions from the module of that type. Examples and videos ⬇️

Dmitry Zakharov (@dzakh_dev) 's Twitter Profile Photo

And here are the release notes for ReScript Schema V9. Also, its ecosystem is updated and ready to use. I decided to make the changelog to be a more high-level overview this time, instead of a huge list with changes. I hope you enjoy reading it 🙂 github.com/DZakh/rescript…

Dmitry Zakharov (@dzakh_dev) 's Twitter Profile Photo

Finally, an article about ReScript Schema 🔥 3 years of development and something I'm really proud of! This is an overview of the current JavaScript ecosystem and a highlight of innovative features that are ahead of time. Definitely a must-read: dev.to/dzakh/javascri…

Florian Verdonck (nojaf) (@verdonckflorian) 's Twitter Profile Photo

I wrote a blog post about using the React compiler with #rescript. You can check it out here: blog.nojaf.com/2025/03/23/res…. Things are going smoothly so far!

Woonki (@woonkimoon) 's Twitter Profile Photo

Introducing Bibimbob: See your ReScript module dependencies in VSCode with interactive visualizations! 👉 marketplace.visualstudio.com/items?itemName… #ReScript

Introducing Bibimbob: See your ReScript module dependencies in VSCode with interactive visualizations!
👉 marketplace.visualstudio.com/items?itemName… #ReScript
Gabriel Nordeborn (@___zth___) 's Twitter Profile Photo

On my way back from the ReScript Retreat 2025 in Vienna. Just like last year, this year was absolutely fantastic. Tons of fun, great people, and we made serious progress on ReScript, and v12 in particular. v12 will be fantastic, and we're looking forward to getting it out!

Gabriel Nordeborn (@___zth___) 's Twitter Profile Photo

Günther | グンタ Josh Derocher-Vlk ReScript Effect | TypeScript at Scale We're definitely already looking into this a lot for ReScript, with more to come as we release v12. Some things in ReScript we've found works really well for AI (and that we can improve further): - Nominal types means you can give great error messages - Super fast toolchain

Gabriel Nordeborn (@___zth___) 's Twitter Profile Photo

I was recently on devtools.fm to talk a bit about ReScript! I enjoyed the conversation a lot. Give it a listen here: open.spotify.com/episode/2KCdat…

ReScript (@rescriptlang) 's Twitter Profile Photo

So this crab jumped into our build system and things got out of hand. End result: a brand new, super fast ReScript build system. rescript-lang.org/blog/reforging…

ReScript (@rescriptlang) 's Twitter Profile Photo

ReScript 12 is here! A major step toward a leaner, faster, simpler toolchain. This release refines the language and embraces ReScript’s own identity. Blog: rescript-lang.org/blog/release-1… Notes: github.com/rescript-lang/… Huge thanks to everyone who helped move ReScript forward.