The simplest and the cleanest client boilerplate using React.
The react client only integration for api references
Wagmi bindings for the react client
The React client SDK for Fetch Forms
The React client adapter for trpc-chat-agent
The react client only integration for api references
A fully-featured caching GraphQL client.
LaunchDarkly SDK for React
Modern and scalable routing for React applications
Statsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and cre
Modern and scalable routing for React applications
A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and
Sign Client for WalletConnect Protocol
LaunchDarkly SDK for JavaScript
OpenID Connect & OAuth2 authentication using react context api as state management
Statsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and cre
Thread-safe Helmet for React 16–18, with native support for React 19+
React is a JavaScript library for building user interfaces.
Webpack hot reloading you can attach to your own server
React interface for working with unleash
React Native LaunchDarkly SDK
Statsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and cre
AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native
This package provides building blocks to create framework-level integration of Apollo Client with React's streaming SSR. See the [@apollo/client-integration-nextjs](https://github.com/apollographql/apollo-client-integrations/tree/main/packages/nextjs) pac
HyperModel gives your HyperComponents CRUD access to your ActiveRecord models on the client, using the the standard ActiveRecord API. HyperModel also implements push notifications (via a number of possible technologies) so changes to records on the server are dynamically updated on all authorised clients.
HyperMesh gives your HyperReact components CRUD access to your ActiveRecord models on the client, using the the standard ActiveRecord API. HyperMesh also implements push notifications (via a number of possible technologies) so changes to records on the server are dynamically updated on all authorised clients.
Tie into the `react-rails` gem to notify the client of changed files & reload assets on the client when they are changed.
A Hyperloop application consists of isomorphic React Components, Active Record Models, Stores, Operations and Policiespec. Test them all from Rspec, regardless if the code runs on the client or server.
Standard MVC over cable for realtime applications to enjoy seamless experience over cable. Use specialized clients for Android, IOS, Angular, React, JS
ReactiveViews brings React components to Rails with SSR and client-side hydration islands.
Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management ??? you can optimize productivity and costs while building a modern, event-driven solution. Note that google-cloud-eventarc-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-eventarc instead. See the readme for more details.
Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management ??? you can optimize productivity and costs while building a modern, event-driven solution. Note that google-cloud-eventarc-publishing-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-eventarc-publishing instead. See the readme for more details.
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.