All Projects → astrada → bs-react-fela

astrada / bs-react-fela

Licence: MIT license
BuckleScript bindings for react-fela

Programming Languages

ocaml
1615 projects

Projects that are alternatives of or similar to bs-react-fela

granary
Tezos smart contract & dapp development toolkit
Stars: ✭ 67 (+219.05%)
Mutual labels:  reasonml
bs-declaredom
Strongly typed declarative markup for the DOM and CSS
Stars: ✭ 66 (+214.29%)
Mutual labels:  reasonml
streaming
Fast, safe and composable streaming abstractions.
Stars: ✭ 104 (+395.24%)
Mutual labels:  reasonml
remotedata-re
Tools for fetching data from remote sources in Reason
Stars: ✭ 32 (+52.38%)
Mutual labels:  reasonml
reason-epitath
CPS sugar usage for React Render Props composition in ReasonML
Stars: ✭ 16 (-23.81%)
Mutual labels:  reasonml
reasonml-idea-plugin
ReasonML Language Plugin for IDEA
Stars: ✭ 320 (+1423.81%)
Mutual labels:  reasonml
vue-fela
Fela plugin for Vue
Stars: ✭ 17 (-19.05%)
Mutual labels:  fela
revery-packager
Helper utility to package Revery applications into installable app bundles
Stars: ✭ 38 (+80.95%)
Mutual labels:  reasonml
bs-rsuite-ui-react
Reason bindings for React Suite UI library
Stars: ✭ 26 (+23.81%)
Mutual labels:  reasonml
bs-remotedata
RemoteData and WebData to use with bs-fetch for BuckleScript
Stars: ✭ 18 (-14.29%)
Mutual labels:  reasonml
zestdb
ZestDB
Stars: ✭ 18 (-14.29%)
Mutual labels:  reasonml
app-template-rescript-react
Adding ReScript with rescript-react on top of @snowpack/app-template-react
Stars: ✭ 44 (+109.52%)
Mutual labels:  reasonml
reason-react-native-example
ReasonML React Native (Expo) example
Stars: ✭ 14 (-33.33%)
Mutual labels:  reasonml
bs-spectacle
No description or website provided.
Stars: ✭ 15 (-28.57%)
Mutual labels:  reasonml
reason-tree-sitter
ReasonML bindings for tree-sitter
Stars: ✭ 22 (+4.76%)
Mutual labels:  reasonml
bs-examples
some small examples showing how to use bucklescript/reason
Stars: ✭ 20 (-4.76%)
Mutual labels:  reasonml
hypatia
Convert JavaScript doctrings (in jsdoc AST format) to ijavascript Jupyter Notebooks
Stars: ✭ 12 (-42.86%)
Mutual labels:  reasonml
serverless-reasonml
serverless framework plugin for writing functions with Reason
Stars: ✭ 13 (-38.1%)
Mutual labels:  reasonml
solar-weather
React Native Weather App w. Realm, Redux, ReasonReact & Forecast.io
Stars: ✭ 13 (-38.1%)
Mutual labels:  reasonml
lwt-node-starter
A simple starter for lwt-node
Stars: ✭ 13 (-38.1%)
Mutual labels:  reasonml

bs-react-fela

Reason/BuckleScript bindings for react-fela. See also bs-react-fela-examples.

From Fela documentation:

Fela is a small, high-performant and framework-agnostic toolbelt to handle state-driven styling in JavaScript. It is dynamic by design and renders your styles depending on your application state.

It generates atomic CSS and supports all common CSS features such as media queries, pseudo classes, keyframes and font-faces. Fela ships with a powerful plugin API adding e.g. vendor prefixing or fallback value support.

Fela can be used with React or with any other view library. It even supports React Native.

Prerequisites

yarn install

How to compile

yarn build

How to use (in your projects)

Run:

yarn add --dev @astrada/bs-react-fela

to add the library to your project dependencies. And add @astrada/bs-react-fela to dependencies node of your bsconfig.json.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].