React bindings for Reason
Create Reason React App
Tailwind styled Reason React prescription builder component
A reason react starter with tailwind and webpack
Reason(React) bindings for Rsuite UI library
[](https://github.com/sgny/reason-react-native-maps/actions) [](https://www.npmjs.com/package/r
reductive and reason-react reducer component integration with Redux DevTools
Reason React Native UI Primatives
Some hooks in ReasonML for reason-react that can be useful.
This is project is based on the great old [reroute](https://github.com/callstackincubator/reroute) module. It's just using the latest Reason React API (hooks & context).
[](https://www.npmjs.com/@idkjs/reason-react-native-apollo-template) [](https://r
calender components written by reason-react
Generates a Reason-React class
Tailwind styled Reason React multiselect component
> useReducer with updates and side effects!
Tailwind styled Reason React multiselect dropdown component
A Reason React component for ruby tag
Meta tags reason react components. It works both in client side and server side rendering
Run bucklescript on the browser, including reason-react
A set of reuseable `components` and `functors` for reason react
Reason React Scaffolding
ReScript + Reason React template for Create React App
ReScript bindings for React Native.
reason-react-apollo is a set of ReasonML bindings for Apollo's React-specific libraries that relies on generated GraphQL types that align with your schema, instead of query-specific types.
Soka is a Ruby framework for building AI agents using the ReAct (Reasoning and Acting) pattern. It supports multiple AI providers including Gemini AI Studio, OpenAI, and Anthropic.
A minimal Ruby gem for building agentic AI applications using the ReAct (Reasoning + Acting) loop pattern
Ruby bindings for Strophe 'http://code.stanziq.com/strophe/', a C library for writing XMPP clients. If all you need is a simple XMPP bot that react to message and presence notifications, you might be better off with XMPPBot, which is an implementation I wrote on top of StropheRuby. IMPORTANT : This gem is quite experimental currently... it is not ready for production! Strophe 'http://code.stanziq.com/strophe/' is a robust and well written C library that allows the developer to implement XMPP clients. I wanted to be able to use the power of this library with the ruby syntax. I didn't use SWIG to generate the bindings for 2 reasons : 1. I wanted to learn how to write a C extension for ruby 2. I didn't like how SWIG generate gazilions of lines of code My other project, XMPPBot, is an implementation of Strophe Ruby that allows the ruby developer to write a XMPP bot in a few lines of code.