Snowpack plugin for ReScript
🧬 The fastest schema with next-gen DX
This plugin adds TypeScript type checking to any Snowpack project.
ReScript toolchain
This will allow you to use `.graphql` files with Snowpack, just like you can with `graphql-tag/loader` with webpack
Transforms JavaScript files containing React components automatically to enable React Fast Refresh via Snowpack's HMR API.
The motiviation of this repo is that when ReScript users want to share their library with JS users, the JS users don't need have ReScript toolchain installed, this makes sharing code with JS users easier (more details on that topic can be found in our [Ex
[![Workflows - CI][workflows-ci-shield]][workflows-ci-url] [![npm package][npm-package-shield]][npm-package-url] ![npm download per month][npm-download-shield] [![npm license][npm-licence-shield]](./LICENSE)
Use [dotenv](https://github.com/motdotla/dotenv) to load environment variables from your project `.env` files. See Snowpack's [Environment Variables](https://www.snowpack.dev/reference/environment-variables) documentation to learn more.
Run any CLI command as a part of Snowpack’s dev server and production build. Useful for languages not supported by [Snowpack plugins](https://www.snowpack.dev/plugins). This replaces the old `run:*` scripts in your Snowpack config.
A ReScript web router for RescriptRelay.
React bindings for ReScript
Use the Stylus compiler to build .styl files from source
The ESM-powered frontend build tool. Fast, lightweight, unbundled.
ReScript compiler, OCaml standard libary by ReScript and its required runtime support
ReScript's new standard library. Intended to be familiar for JavaScript developers, easy to use, and be rich enough (without being bloated) so that you don't need to reach for anything else for typical ReScript development.
Use Babel to build your files from source. Automatically inherits from your local project `.babelrc` or `babel.config.json` files.
Use svgr to transform your SVGs into React components with Snowpack
A Snowpack plugin to build files in your application using any CLI tool. This plugin passes matching files as input to a custom CLI command and returns the output response as the build result. This is useful for connecting a custom CLI or when no Snowpack
🧬 The fastest parser in the entire JavaScript ecosystem with a focus on small bundle size and top-notch DX
Use Reason values from Javascript: vanilla, or TypeScript/FlowType-annotated
A [@web/test-runner](https://modern-web.dev/docs/test-runner/overview/) plugin to test Snowpack-powered projects. This plugin automatically connects to the Snowpack project in the current directory, loads the project configuration, and the uses your alrea
Use Webpack to bundle your Snowpack project for production when you run `snowpack build`.
Use Relay with ReScript.