Components and Container with React and JSX (ReactDom, React Router, Redux and more)
A virtual scroll React component for efficiently rendering large scrollable lists, grids, tables, and feeds
Useful components and hooks for react-konva
Extract React components and props usage from code.
Official Sentry SDK for React.js
A React primitive for building slim progress bars.
vaadin-input-container
Render Portable Text to HTML
Wrapper component that detects element resize and passes new dimensions down the tree. Based on [element-resize-detector](https://github.com/wnr/element-resize-detector)
React component used to render children outside the DOM hierarchy of the parent component
Define uninitialized elements
View docs [here](https://radix-ui.com/primitives/docs/components/avatar).
View docs [here](https://radix-ui.com/primitives/docs/components/progress).
React component to render markdown
React resize detector
Cloudflare Style Container
A React component to animate replacing one element with another.
Beautiful and expressive Sparklines component for React
InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.
View docs [here](https://radix-ui.com/primitives/docs/components/switch).
View docs [here](https://radix-ui.com/primitives/docs/components/accordion).
View docs [here](https://radix-ui.com/primitives/docs/components/dialog).
View docs [here](https://radix-ui.com/primitives/docs/components/scroll-area).
View docs [here](https://radix-ui.com/primitives/docs/components/tooltip).
Complete setup for React and Redux into Rails 5.1 pipeline or later. Includes initial Install generator, Pack generator for creating additional React apps in your Rails pipeline. Component and Container generators for adding new presentational components and container components anywhere in your project. Full description of install located at "https://github.com/Luke-Popwell/redux_rails"
The `next_rails_scaffold` gem is a powerful extension to the standard Ruby on Rails scaffold generator. It streamlines the development workflow by not only creating the backend structure with Rails but also automating the setup of a frontend directory using Next.js. Upon running the scaffold generator, this gem intelligently generates a Next.js application within the specified frontend directory. The generated Next.js app follows best practices, including a structured page routing system, ensuring that each resource created by the scaffold has its corresponding page and components. This integration enables developers to seamlessly transition between Rails backend and Next.js frontend development, fostering a cohesive and efficient development environment. Key Features: - **Automatic Frontend Setup:** The gem automates the creation of a frontend directory within the Rails project, ready for Next.js development. - **Page Routing Integration:** All scaffolded resources come with their own pages and components, organized using Next.js' page routing system. - **Effortless Transition:** Developers can seamlessly switch between Rails backend and Next.js frontend development within the same project. - **Boosted Productivity:** Accelerate development by eliminating the manual setup of frontend components and pages, allowing developers to focus on building features. Integrate `next_rails_scaffold` into your Ruby on Rails projects to enjoy a streamlined, organized, and efficient full-stack development experience.