Profile avatar
fham.dev
ReScript enthusiast and core contributor fham.dev
77 posts 480 followers 389 following
Regular Contributor
Active Commenter

Do you want to have the entire #ReScript manual available as a single pdf? It's now possible: github.com/kentaromiura... I made this for no reason. Pun intended. (All rights etc are of @rescript-lang.org team, of which I have no affiliation whatsoever, blah blah blah).

Go read this amazing blog post from @vlkpack.com to learn more about all the tools that work great with #rescript!

How ironic!

I wrote a post for the @rescript-lang.org blog! ReScript is awesome because you can drop it into any JavaScript project and use any JavaScript runtime. I'm currently working on a project using Deno and it works great!

the great folks working on OCaml editor integrations need your feedback and feature ideas to make OCaml development even better! there's a short survey here: docs.google.com/forms/d/e/1F...

@z-th.bsky.social has made an amazing job introducing #ReScript, go watch this deeply interesting video!

Much as I like #TypeScript, I think there's still plenty of room for competition. We need something that feels broadly like #JavaScript, but shaves away the corner cases, compiles faster, and just…flows…better. Could that be #ReScript? Let's find out… youtu.be/yKl2fSdnw7w

I was asked to give some reason for adopting @rescript-lang.org in a new project, so I made blog post explaining why I think is a good idea. cristian.tokyo/blog/Choosin...

There’s a great #react #vite and #tailwind template for #rescript, but I prefer styled components. So I made my own template for rescript 11 with ‘styled’ like API, automatic style extraction and fast reload using esbuild, based on my previous work for uhtml: github.com/kentaromiura...

🔗Watch this talk recording! @neogoose.bsky.social presented "React via Rust and Rescript: Why and How?" at React Day Berlin! https://gitnation.com/contents/react-via-rust-and-rescript-why-and-how

Very happy to announce you can now run code (including when there are runtime dependencies from the standard libraries) in @rescript-lang.org playground! Just remember to enable “Auto-run”. Have fun! rescript-lang.org/try?version=...

developer.mozilla.org/en-US/blog/j... Finally...!

Just saw some YouTubers reactions to the Switch 2 trailer. Some Americans watched the UK trailer and wrongly interpreted the date at the end "2.4.2025" as 4th of February. A European watched the US trailer and wrongly interpreted the date "4.2.2025" as 4th of February. Cracks me up every time.

🎊 Happy new year - let’s kick it off with the January edition of the React Vienna Meetup: 🗓️ January 28, 18:00 CET 📍Dynatrace, Wiedner Gürtel 13, 1100 Vienna 💬 Server-side tracking in Next.js using Snowplow by Daria Lyubaeva 💬 How to show 10 million of something by @ccccjjjjeeee.bsky.social

ReScript output may not be optimal, but it's close, so I prefer to try writing library codes in ReScript first. It is easier to convert code written in ReScript to optimized JavaScript than to write optimal JavaScript code from scratch.

Records are powerful, but you need explicit definitions for them. We're experimenting with allowing inline record definitions nested inside a record type definition. This will make some of the common use cases for records more ergonomic.

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 ⬇️

peak tech style is wearing the @rescript-lang.org hoodie

React v19 is now stable! react.dev/blog/2024/12...

I've been playing around with @rescript-lang.org for a React project I'm working on and I'm super impressed with how far it's come since I last checked it out! Also between ReScript and @gleam.run I'm absolutely spoiled when it comes to error messages

wasm_of_ocaml has now been merged into js_of_ocaml! github.com/ocsigen/js_o...