rescript
Here are 63 public repositories matching this topic...
ReScript bindings for React Native
-
Updated
Nov 6, 2020 - Reason
ReScript bindings for material-ui
-
Updated
Sep 18, 2020 - Reason
This app is very useful maybe local notification and sound alert after finish run time is more useful.
ReasonML / BuckleScript bindings for the Apollo Client ecosystem
-
Updated
Nov 4, 2020 - Reason
Exemplary real world application built with ReasonReact and ReScript
-
Updated
Oct 24, 2020 - Reason
ReScript bindings for React Navigation
-
Updated
Nov 6, 2020 - Reason
-
Updated
Sep 29, 2020 - Reason
ReScript React Native template
-
Updated
Nov 6, 2020 - Java
This project allows you to quickly get started with building mobile apps in ReasonML/ReScript
-
Updated
Sep 14, 2020 - Reason
ReScript bindings for react-native-svg
-
Updated
Nov 6, 2020 - Reason
Website for reason-react-native
-
Updated
Nov 6, 2020 - Reason
ReScript bindings for react-native-paper
-
Updated
Nov 9, 2020 - Reason
ReScript bindings for the Phoenix javascript library
-
Updated
Sep 18, 2020
ReScript Example for React Navigation
-
Updated
Nov 6, 2020 - Reason
ReScript bindings for @react-native-community/async-storage
-
Updated
Nov 6, 2020 - Reason
DEPRECATED / ReScript / ReasonML / BuckleScript bindings for React Native, deprecated implementation
-
Updated
Apr 8, 2020 - Reason
ReasonML bindings to Font Awesome Pro
-
Updated
Oct 5, 2020 - Reason
ReScript bindings for react-native-image-picker
-
Updated
Nov 6, 2020 - Reason
ReScript bindings for @react-native-community/react-native-push-notification-ios
-
Updated
Nov 6, 2020 - Reason
ReScript bindings for react-native-linear-gradient
-
Updated
Nov 6, 2020 - Reason
Expo project template for ReScript
-
Updated
Oct 5, 2020 - Reason
ReScript bindings for ORIGINAL_PACKAGE_NAME
-
Updated
Nov 6, 2020 - JavaScript
ReScript bindings for react-native-device-info
-
Updated
Nov 6, 2020 - Reason
ReScript bindings for @react-native-community/viewpager
-
Updated
Nov 6, 2020 - Reason
ReScript bindings for React Native safe area view
-
Updated
Nov 6, 2020 - Reason
Improve this page
Add a description, image, and links to the rescript topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rescript topic, visit your repo's landing page and select "manage topics."


Instead of having a bunch of mutations handling a single field update, I thought I'd look at how graphql_ppx_re handles
INPUT_OBJECT. The expected type for my input field is pretty gnarly: a closed object with every field being anoption. Constructing such an object is not going to be pretty, so I thought I'd see if there were generated helper functions that I overlooked. Unfortunately, I coul