React hook for resolving promises with Suspense support
This package contains the React components to build a notification UI for your site powered by MagicBell.
Zero-runtime Stylesheets-in-TypeScript
React widgets to render Lens components, with support for Open Actions
React Native Mapview component for iOS + Android
Effortlessly preview images, videos, and PDFs in your React applications with MyFilePreview. This lightweight and customizable component intelligently detects file types and displays them.
Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.
A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Sto
Official Sentry SDK for react-native
Yandex Metrika component for React
A Vue renderer for the Strapi's Blocks rich text editor. Compatible with Nuxt.
TypeScript definitions for react-recaptcha
importModule() is a polyfill of import().
React Core Components for Forms
Get Pretty Quick
The LinkedIn Badge Rendering React Component is a powerful tool for displaying LinkedIn badges on websites. With customizable options and support for both profile and entity badges, this component offers improved features over LinkedIn's basic implementat
A function, a component, decorators and a mixin for React pure rendering
An opinionated media player for react-native apps from The Apollos Project
A pure-JS implementation of the W3C's Canvas-2D Context API that can run on top of either Expo Graphics or a browser WebGL context.
React Native component for TableView made with pure CSS
Official TinyMCE React Component
[](https://github.com/camunda/task-testing/actions/workflows/CI.yml)
Creates a nice output for a CLI --help
**Host webpack.config** ```js const config = { ...otherConfigs plugins: [ new ModuleFederationPlugin({ name: "app1", remotes: { app2: "app2@[window.app2Url]/remoteEntry.js" } }). new ExternalTemplateRemotesPlugin(), ] } ```