> Dynamic components with full life-cycle support for inputs and outputs
Transform import() expressions
This library provides a couple of utility types used in other remote-ui libraries. All of these types are re-exported from [`@remote-ui/core`](../core).
GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more
SSH2 client and server modules written in pure JavaScript for node.js
Library for loading in dynamic remote components when utilizing webpack Module Federation
Composable plugin-based data grid component for React
A declarative library for handling hotkeys and focus within a React application
Allow parsing of import()
Up-to-date component for using MathJax in latest React (using functional components and hooks API). Focuses on being versatile and making the use of MathJax in React a pleasant experience without flashes of non-typeset content, both with respect to initia
React InstantSearch SSR utilities for Next.js
Modularize the redux app by dynamically loading reducers, state and sagas
Parses the images in png or jpeg format for react-pdf document
A Babel plugin that annotates React components, making them easier to target with FullStory search
A free MIT-licensed React UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.
A tool for connecting your design system components in code with your design system in Figma
Customizable Icons for React Native with support for image source and full styling.
A React wrapper for vega-embed
An RPC library with strong support for simulating the transfer of functions via postMessage
An easy and simple to use React Native component to render a custom high performant masonry layout for images. It uses a smart algorithm to sort the images evenly as possible according to the index position or fill in as soon as the image is fetched. In
A Select control built with and for ReactJS
Redoc Plugin for DocusaurusV2
The simplest way to add routing to your React app
**Host webpack.config** ```js const config = { ...otherConfigs plugins: [ new ModuleFederationPlugin({ name: "app1", remotes: { app2: "app2@[window.app2Url]/remoteEntry.js" } }). new ExternalTemplateRemotesPlugin(), ] } ```