#
reasonml
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...
Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
-
Updated
Jul 17, 2020 - OCaml
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
vimtutoras a runtime asset. - Add a command to open the
vimtutor - Set the
readonlyflag onvimtutor, 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
-
Updated
Jul 7, 2020 - Reason
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
react
javascript
ruby
python
scheme
clojure
lua
clojurescript
reactjs
common-lisp
ocaml
brainfuck
evaluation
prolog
codemirror-editor
reasonml
interactive-snippets
code-evaluation
klipse-plugin
-
Updated
Jul 16, 2020 - Clojure
A collection of awesome things regarding Reason/OCaml ecosystem.
-
Updated
Jun 5, 2020
ReasonML / BuckleScript bindings for React Native
-
Updated
Jul 17, 2020 - Reason
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Jun 12, 2017 - OCaml
Auto generation of idiomatic bindings between Reason and JavaScript: either vanilla or typed with TypeScript/FlowType.
-
Updated
Jul 15, 2020 - Reason
hacker news mobile app made with reason react
-
Updated
Jun 6, 2020 - Reason
-
Updated
Aug 2, 2018 - OCaml
Real world GraphQL tutorials for frontend developers with deadlines!
react
graphql
angular
tutorial
typescript
apollo
vue
elm
flutter
reasonml
hacktoberfest
hasura
graphql-authentication
graphql-tutorials
-
Updated
Jul 17, 2020 - JavaScript
Sketch.sh - Online Code Editor and ReasonML community
-
Updated
Jul 16, 2020 - OCaml
GraphQL PPX rewriter for Bucklescript/ReasonML
-
Updated
Jul 17, 2020 - OCaml
react
state-management
reactjs
react-components
state
reducer
reasonml
reason
reason-react
reducer-component
-
Updated
Nov 8, 2018 - JavaScript
Lightweight image browser
-
Updated
Jan 25, 2019 - TypeScript
Created by Jordan Walke
Released 2016
Latest release over 2 years ago
- Repository
- facebook/reason
- Website
- reasonml.github.io
- Wikipedia
- Wikipedia
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-appcd my-app && yarn startIf I now edit the
src/Home.jsI see hot reloading working in the browser and I see theserver.jsbeing re-required by theindex.js. But if I open my dev tools "view page source" my changes are not actually in the HTML