Latest @rescript-lang.org beta slaps hard!
github.com/rescript-lan...
@fham.dev.bsky.social
ReScript enthusiast and core contributor fham.dev
Latest @rescript-lang.org beta slaps hard!
github.com/rescript-lan...
But most users just seem to get used to the module name verbosity. More to parse for the brain but also easier to comprehend, esp. when there are different modules involved, like Array, Map, Set, etc.
17.07.2025 15:37 β π 0 π 0 π¬ 0 π 0You don't need float operators anymore in ReScript 12. You just need to use the same type on both sides of the operator.
Also ReScript has `%` now.
Also there are some ways to decrease the noise of recurring module names a bit:
rescript-lang.org/try?version=...
Help us test our new build system which comes enabled by default with the first ReScript v12 beta.
npm create rescript-app@next
forum.rescript-lang.org/t/ann-rescri...
Other than that don't hesitate to ask for bindings here or in the forum.
12.07.2025 09:06 β π 1 π 0 π¬ 1 π 0There is also github.com/Fattafatta/r..., but as far as I can see it has not been updated for ReScript 12 yet and has a more convoluted setup.
12.07.2025 09:06 β π 1 π 0 π¬ 1 π 0SolidJS might work finally without workarounds with ReScript 12. Coincidentally we released the first beta yesterday.
You need to enable "JSX preserve mode" though. Info in forum thread: forum.rescript-lang.org/t/feedback-p...
npm create rescript-app@next
I made another video on @rescriptlang and @kaplayjs
youtu.be/xxBPtmtvBTc?...
Exploring the published bindings nojaf.com/rescript-kap..., a Flappy Bird clone and Rewatch!
You would use JSX in ReScript as well?
29.05.2025 21:19 β π 2 π 0 π¬ 1 π 0ITS HAPPENING
Firefox 127 shipped today making it the first browser to support Temporal - the new API for working with Dates, times, timezones + durations
A solid demo of how ReScript integrates seamlessly with popular JS tools!
20.05.2025 09:41 β π 13 π 1 π¬ 0 π 0I made a video about @kaplayjs.com and @rescript-lang.org
youtu.be/zUyrHXB_ImE
Had a lot of fun with this!
Just saw your other comment, this is redundant, oops.
08.05.2025 17:26 β π 2 π 0 π¬ 0 π 0Add tailwind 4 to the bunch and you can move the config into your main css file instead (which is usually not in root).
08.05.2025 12:51 β π 3 π 0 π¬ 1 π 0but it has a border that I can't seem to get rid of. Did not find borderless stickers.
07.05.2025 11:39 β π 0 π 0 π¬ 1 π 0I just tried setting up a printful one but it's very expensive.
>2β¬ per sticker and even a bulk order of 50 costs a 100 bucks.
Use at your own risk: www.printful.com/product-temp...
Next up we have a talk about the new build system, Rewatch by Jaap Frolich.
03.05.2025 08:11 β π 8 π 3 π¬ 2 π 0Good morning!
We are currently kicking off this year's ReScript Retreat with a talk about editor tooling by @z-th.bsky.social and @nojaf.com.
Welcome to Europe!
02.05.2025 08:10 β π 1 π 0 π¬ 0 π 0Amazing work by @hyeseong.kim !
30.04.2025 19:46 β π 12 π 1 π¬ 0 π 0@rescript-lang.org has officially adopted @pkg.pr.new, which means we now have npm packages for every commit π
No more npm link or waiting for an alpha release!
Thank you @aslemammad.bsky.social, @amirsakhravi.bsky.social and the @stackblitz.com team for supporting the ecosystem.
No one is going to say it so I will: this feature was built by the people on the react team working at vercel. Next.js could have easily built this only for themselves, but instead they helped build it into react for everyone.
29.04.2025 00:16 β π 60 π 4 π¬ 4 π 0I thought in 2025 we would have records and tuples, sum types and pattern-matching in JS but nope.
At least the lack of these features, along with the sound type system, prevent me from using the "default".
Or in Fahrenheit:
Fri, May 2nd
π€ Partly cloudy β 73Β°F / 57Β°F
Sat, May 3rd
βοΈ Sunny β 72Β°F / 59Β°F
Sun, May 4th
βοΈ Sunny β 75Β°F / 59Β°F
Mon, May 5th
βοΈ Sunny β 81Β°F / 63Β°F
screenshot of a weather forecast (german): FR 02.05. Leicht bewΓΆlkt 23Β° / 14Β° SA 03.05. Sonnig 22Β° / 15Β° SO 04.05. Sonnig 24Β° / 15Β° MO 05.05. Sonnig 27Β° / 17Β° translation / conversion to Fahrenheit: Fri, May 2nd π€ Partly cloudy β 73Β°F / 57Β°F Sat, May 3rd βοΈ Sunny β 72Β°F / 59Β°F Sun, May 4th βοΈ Sunny β 75Β°F / 59Β°F Mon, May 5th βοΈ Sunny β 81Β°F / 63Β°F
If the forecast is somewhat accurate we'll have t-shirt weather at the retreat:
22.04.2025 11:33 β π 2 π 0 π¬ 2 π 0React Native 0.79 is now available!
This release includes several performance improvements. Metro is now >3x faster to cold start! Android apps will also be faster thanks to changes to JS bundle compression.
reactnative.dev/blog/2025/04...
Many such cases
04.04.2025 20:25 β π 2 π 0 π¬ 0 π 0I wrote a blog post about using the React compiler with #rescript. You can check it out here: blog.nojaf.com/2025/03/23/r.... Things are going smoothly so far!
25.03.2025 10:21 β π 16 π 4 π¬ 0 π 0What are the TypeScript config options you use that are not well known that everyone should use?
24.03.2025 12:52 β π 2 π 2 π¬ 0 π 0Ah nice! Yes it used to fallback to building from scratch if none of the shipped binaries worked for the architecture and OS. But that was always very unstable.
What platform are you using?