Nikhil AkkiPronikhilakki.in·May 11, 2024Purely Reasonable: Functionally Enhancing Your UI WorkflowsIntro 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...DiscussFrontend Frameworksocaml-type-system
Kevin Gathukukevgathuku.dev·Sep 3, 2021Getting Started with OCaml and ReasonRecently 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 ...Discuss·105 readsreasonml
Arbaazarbaazio.hashnode.dev·May 25, 2021How to append child to the body with RescriptWhen 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-...Discuss·600 readsreasonml
Juho Vepsäläinenbebraw.hashnode.dev·Jun 17, 2019Interview with Alex Fedoseev - Minima - To-do lists done rightI interviewed Alex Fedoseev about minima, his new online service implementing the GTD approach. Learn what went into developing the product. Read the interview to learn more.Discuss·1 like·148 readsSurviveJS
Juho Vepsäläinenbebraw.hashnode.dev·May 27, 2019Interview of Gabriel Rubens about ReasonMLI interviewed Gabriel Rubens about ReasonML language and how they are using it in his company. Read the interview to learn more!Discuss·8 likes·158 readsreasonml
Beau CarnesforfreeCodeCampfreecodecamp.org·Apr 2, 2019Learn the ReasonML programming languageReasonML 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...DiscussMachine Learning
freeCodeCampforfreeCodeCampfreecodecamp.org·Sep 20, 2018Psst! Here’s why ReasonReact is the best way to write ReactBy 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...DiscussFunctional Programming
freeCodeCampforfreeCodeCampfreecodecamp.org·May 17, 2018Learn ReasonML by building Tic Tac Toe in ReactBy 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 ...DiscussFunctional Programming