May 11, 2024 · 3 min read · Intro ReasonML is a powerful programming language that combines functional programming with a familiar C-like syntax, making it both approachable and robust. Built on top of OCaml’s robust type system, ReasonML is an excellent tool for developers fam...
Join discussion
Sep 3, 2021 · 3 min read · Recently I've been exploring OCaml, an interesting statically typed functional language that's been around since 1996. I've tried OCaml in the past and always got frustrated by the tools and just gave up. This time round, there seems to have been an ...
Join discussionMay 25, 2021 · 1 min read · When you're learning rescript, you would want to render your Reactjs app to a DOM node. It is not as simple as ReactDom.render(<App/>, #root). Here is how you can do it. First, go ahead install bs-webapi by running this command npm install --save bs-...
Join discussion
Apr 2, 2019 · 1 min read · ReasonML is an object-functional programming language created at Facebook. ReasonML lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems. In this full course from David Kopal, you will learn e...
Join discussion
Sep 20, 2018 · 10 min read · By David Kopal Are you using React to build user interfaces? Well, I am too. And now, you’ll learn why you should write your React applications using ReasonML. React is a pretty cool way to write user interfaces. But, could we make it even cooler? Be...
Join discussion
May 17, 2018 · 24 min read · By David Kopal 3. 7. 2018: UPDATED to ReasonReact v0.4.2 You may have heard of Reason before. It’s a syntax on top of OCaml that compiles to both readable JavaScript code and to native and bytecode as well. This means you could potentially write a ...
Join discussion