Skip to content
#

reasonml

reason logo

Reason gives OCaml a familiar syntax geared toward JavaScript programmers, and caters to the existing NPM/Yarn workflow folks already know. In that regard, Reason can be considered as a solidly, statically typed, faster, and simpler cousin of JavaScript.

Here are 893 public repositories matching this topic...

dtothefp
dtothefp commented Jul 25, 2019

I've been playing around with Razzle and how the Server HMR works.

I generated a Razzle Project and run it

  • npx create-razzle-app my-app
  • cd my-app && yarn start

If I now edit the src/Home.js I see hot reloading working in the browser and I see the server.js being re-required by the index.js. But if I open my dev tools "view page source" my changes are not actually in the HTML

bryphe
bryphe commented Mar 28, 2020

Since we don't have an interactive tutorial, and our docs are sparse, we should at least be bundling the existing vim tutor.

  • Include the vimtutor as a runtime asset.
  • Add a command to open the vimtutor
  • Set the readonly flag on vimtutor, so that it can't be saved.

Additional things to think about:

  • We should hook up a Vim command as an entry point as well (ie, :tutor, `:vim

Klipse is a Javacript plugin for embedding interactive code snippets in tech blogs. A simple client-side code evaluator pluggable on any web page: clojure, ruby, javascript, python, scheme, es2017, jsx, brainfuck, c++, reagent, lua, ocaml, reasonml, prolog, common lisp

  • Updated Jul 16, 2020
  • Clojure

Created by Jordan Walke

Released 2016

Latest release over 2 years ago

Repository
facebook/reason
Website
reasonml.github.io
Wikipedia
Wikipedia

Related Topics

javascript language ocaml react
You can’t perform that action at this time.