[ANN] ReScript Roadmap 2025 - Announcements - ReScript Forum Hello folks! We successfully concluded the ReScript Retreat 2025 that took place once again here in Vienna, Austria, from the 3rd to the 5th of May Last year we created a concise roadmap for 2024 based on our discussions at the last retreat This year we took the chance to do a proper team retrospective so we can share the results with the rest of the community Roadmap 2024 retrospective
Bindings: to create or reuse - beginner - ReScript Forum Honestly, this can actually be done pretty easily in userland; Run a small script on prepare that checks package json dependencies for anything that matches rescript-* or @* rescript-* and automatically append it to rescript json Can manually add some exceptions to package json to include or exclude certain matches Might take a whack at this
ReScript RPC like? - ReScript Forum ReScript Rest is very flexible, and if you miss something, let me know about it in issues, and I’ll add it For example, if your server uses Hono js it’s not difficult to add an integration for it, so both client and server side are 100% typesaf
[ANN] ReScript v11. 1 is out! - Announcements - ReScript Forum Today we released ReScript v11 1 0! It builds upon the foundation laid by ReScript 11 0 earlier this year and comes with a host of exciting additions Beside the usual bug fixes there are the following new features: JSX for More Than React Tagged Template Literals Import Attributes BigInt Support Array Spread Syntax Hyphens in JSX Tag Names Omit Trailing Undefined in External Function Calls
General build overview tutorial for ReScript projects? while ReScript is seen as a drop-in replacement of JS, a compiler that generates regular JS and that is meant to Just Work TM with the rest of the JS ecosystem This is the great part about ReScript, and it also means that before you start using ReScript you currently have to have some knowledge about how JS and the ecosytem works
How do I perform HTTP requests - ReScript Forum The Fetch API is the native way of making HTTP requests in JavaScript, and ReScript is a very lightweight layer on top of JavaScript We normally don’t ship pure-ReScript reimplementations of libraries that already exist on the platform
What keep you guys using Rescript? - dev - ReScript Forum I used heavily Rescript during 2020-2021 (still in 9 4 ) I really enjoyed my time with Rescript, it’ still my favorite language for the web, the interop is best in class The problem is that I don’t use React anymore, I use SolidJS, and I can’t write SolidJS code with Rescript
How you are dealing with sql in rescript? - ReScript Forum Introducing pgtyped-rescript - type safe SQL in ReScript I’ve recently spent some time porting pgtyped to emit ReScript instead of TypeScript This means you can write (Posgres)SQL queries in SQL, and execute those queries with full type safety through ReScript Here’s a readme that shows examples and how to get started And here’s a
[ANN] ReScript Retreat Roadmap Summary 2024 Hello everyone! As you may already know, we had our ReScript Retreat 2024 event from 22-25th of May in Vienna to work together in person and sync up on our processes There we discussed our goals and ambitions for the next major release ReScript 12 (and beyond) Since this is relevant for the broader community, we wanted to give you an overview of what to expect for ReScript 12 At this point
ReScript Frequently Asked Questions Hi, there’s no competition between ReScript and Reason, reason is a syntax which is not a product on its own, it needs be hooked to ReScript compiler to do the job ReScript will support Reason syntax for a very long time and will provide a migration path to ReScript’s own syntax for people who want to do the conversion