Skip to content

Commit d48799b

Browse files
committed
Merge pull request #391 from vsnthdev/master
Removed more packages that didn't meet the criteria
2 parents 22e4cf1 + da523de commit d48799b

File tree

1 file changed

+5
-29
lines changed

1 file changed

+5
-29
lines changed

README.md

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Please review our [contributing guidelines](https://github.com/brillout/awesome-
3838
- [Buttons](#buttons)
3939
- [Collapse](#collapse)
4040
- [Chart](#chart)
41+
- [Command palette](#command-palette)
4142
- [Tree](#tree)
4243
- [UI Navigation](#ui-navigation)
4344
- [Custom Scrollbar](#custom-scrollbar)
@@ -271,6 +272,10 @@ _Display data in charts / graphs / diagrams_
271272
- [Flowchart React](https://github.com/joyceworks/flowchart-react) - Flowchart & Flowchart designer for React.js.
272273
- [react-dashboard](https://github.com/flatlogic/react-dashboard) - Isomorphic Dashboards.
273274

275+
### Command palette
276+
277+
- [kbar](https://github.com/timc1/kbar) - [demo](https://kbar.vercel.app) - Fast, portable, and extensible cmd+k interface.
278+
274279
### Tree
275280

276281
_Display a tree data structure_
@@ -759,8 +764,6 @@ _Turn user input into actions_
759764

760765
_Set meta tags, <title>, children of <head>_
761766

762-
- [react-document-meta](https://github.com/kodyl/react-document-meta) - HTML meta tags for React-based apps.
763-
- [react-document-title](https://github.com/gaearon/react-document-title) - Declarative, nested, stateful, isomorphic document.title for React.
764767
- [react-helmet-async](https://github.com/staylor/react-helmet-async#readme) - Thread-safe Helmet for React 16+ and friends
765768
- [react-helmet](https://github.com/nfl/react-helmet) - A document head manager for React.
766769

@@ -775,7 +778,6 @@ _Render an element at an arbitrary DOM node_
775778

776779
_A/B tests, experiments, ..._
777780

778-
- [react-ab](https://github.com/olahol/react-ab) - Simple declarative and universal A/B testing component for React.
779781
- [react-experiments](https://github.com/HubSpot/react-experiments) - React components for implementing UI experiments.
780782

781783
## Code Design
@@ -788,27 +790,18 @@ _Libraries that help with code design_
788790

789791
_Data flow / data management / data stores / components state / data flow_
790792

791-
- [alt](https://github.com/goatslacker/alt) - Isomorphic flux implementation.
792793
- [baobab-react](https://github.com/Yomguithereal/baobab-react) - React integration for Baobab.
793794
- [cerebral](https://github.com/cerebral/cerebral) - A state controller with its own debugger.
794795
- [effector-react](https://github.com/effector/effector) - React bindings for effector, an effective multi-store state manager.
795-
- [fluorine-lib](https://github.com/philpl/fluorine) - Reactive state and side effect management for React using a single stream of actions.
796796
- [fluxible](https://github.com/yahoo/fluxible) - A pluggable container for universal flux applications.
797-
- [fluxxor](https://github.com/BinaryMuse/fluxxor) - Flux architecture tools for React.
798797
- [kea](https://github.com/mariusandra/kea) - High level architecture for React apps.
799-
- [mobx-react](https://github.com/mobxjs/mobx-react) - React bindings for MobX. Create fully reactive components.
800798
- [react-3ducks](https://github.com/smakazmi/react-3ducks) - [demo](https://stackblitz.com/github/smakazmi/react-3ducks/tree/master/examples/todos) - Simple state management solution for React.
801-
- [react-controllables](https://github.com/matthewwithanm/react-controllables) - Easily create controllable components.
802799
- [react-i13n](https://github.com/yahoo/react-i13n) - A performant, scalable and pluggable approach to instrumenting your React application.
803-
- [react-redux-provide](https://github.com/loggur/react-redux-provide) - Bridges the gap between Redux and the declarative nature of GraphQL/Relay.
804800
- [react-redux](https://github.com/reactjs/react-redux) - Official React bindings for Redux.
805801
- [redux-batched-actions](https://github.com/tshelburne/redux-batched-actions) - Reducer + action to reduce actions under a single subscriber notification.
806-
- [redux-batched-subscribe](https://github.com/tappleby/redux-batched-subscribe) - Store enhancer for which allows batching subscribe notifications.
807802
- [redux](https://github.com/reactjs/redux) - Predictable state container for JavaScript apps.
808-
- [reflux](https://github.com/reflux/refluxjs) - A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux.
809803
- [reselect](https://github.com/reactjs/reselect) - Selector library for Redux.
810804
- [resourcerer](https://github.com/SiftScience/resourcerer) - Declarative data-fetching framework for REST APIs
811-
- [shasta](https://github.com/shastajs/shasta) - Dead simple + opinionated toolkit for building redux/react applications.
812805
- [synergies](https://github.com/lukasbach/synergies) - [docs](https://synergies.js.org) A performant and distributed context-state library for creating reusable React state logic by synergyzing atomar context pieces.
813806
- [zustand](https://zustand.surge.sh/) - [docs](https://github.com/pmndrs/zustand) - A fast bearbones state-management solution using simplified flux principles and boilerplate-free hook api.
814807
- [teaful](https://github.com/teafuljs/teaful) - Tiny, easy and powerful React state management
@@ -819,7 +812,6 @@ _Data flow / data management / data stores / components state / data flow_
819812
- [formik](https://github.com/jaredpalmer/formik) - Build forms without tears and supports Validation in ease.
820813
- [formsy-react](https://github.com/formsy/formsy-react/) - A form input builder and validator for React JS.
821814
- [Phormal](https://github.com/phormal/phormal) - [Docs & Demos](https://phormal.dev/getting-started/react) - Responsive, multilingual forms with built-in validation, support for dark mode and right-to-left languages.
822-
- [plexus-form](https://github.com/AppliedMathematicsANU/plexus-form) - A dynamic form component for react using JSON-Schema.
823815
- [react-hook-form](https://github.com/react-hook-form/react-hook-form) - React hooks for form validation without the hassle.
824816
- [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form) - A React component for building Web forms from JSONSchema.
825817
- [react-client-validation](https://github.com/0529bill/react-client-validation) - Simple and super lightweight validation for React.
@@ -830,31 +822,23 @@ _Data flow / data management / data stores / components state / data flow_
830822

831823
### Router
832824

833-
- [react-breadcrumbs](https://github.com/svenanders/react-breadcrumbs) - Automatic breadcrumbs for React-Router.
834825
- [react-router-component](https://github.com/STRML/react-router-component) - Declarative router component for React.
835826
- [react-router-scroll](https://github.com/taion/react-router-scroll) - React Router scroll management.
836827
- [react-router](https://github.com/reactjs/react-router) - A complete routing library for React.
837828
- [redux-first-history](https://github.com/salvoravida/redux-first-history) - Redux First History - Redux history binding support react-router - @reach/router - wouter
838-
- [redux-router](https://github.com/acdlite/redux-router) - Redux bindings for React Router &ndash; keep your router state inside your Redux store.
839829
- [universal-router](https://github.com/kriasoft/universal-router) - A simple middleware-style router for isomorphic JavaScript web apps.
840830
- [wouter](https://github.com/molefrog/wouter) - A minimalist-friendly ~1.3KB routing library. Nothing else but hooks.
841831

842832
### Props from server
843833

844834
_Component properties asynchronously fetched over the network_
845835

846-
- [react-async](https://github.com/andreypopp/react-async) - Asynchronously fetch data for React components.
847836
- [react-refetch](https://github.com/heroku/react-refetch) - A simple, declarative, and composable way to fetch data for React components.
848-
- [react-resolver](https://github.com/ericclemmons/react-resolver) - Async rendering &amp; data-fetching for universal React applications.
849-
- [react-router-relay](https://github.com/relay-tools/react-router-relay) - Relay integration for React Router.
850-
- [redial](https://github.com/markdalgleish/redial) - Universal data fetching and route lifecycle management for React etc.
851-
- [redux-async-connect](https://github.com/Rezonans/redux-async-connect) - Request async data, store in redux state, and connect to your component.
852837
- [redux-connect](https://github.com/makeomatic/redux-connect) - Provides decorator for resolving async props in react-router.
853838
- [axios-react](https://github.com/soroushchehresa/axios-react) - HTTP client component for React.
854839

855840
### Communication with server
856841

857-
- [adrenaline](https://github.com/gyzerok/adrenaline) - Simple Relay alternative.
858842
- [apollo-client](https://github.com/apollostack/apollo-client) - A simple caching client for any GraphQL server and UI framework.
859843
- [react-relay](https://github.com/facebook/relay) - Relay is a JavaScript framework for building data-driven React applications.
860844
- [query](https://github.com/TanStack/query) - [docs](https://tanstack.com/query/v4) Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue.
@@ -864,24 +848,19 @@ _Component properties asynchronously fetched over the network_
864848
- [aesthetic](https://github.com/milesj/aesthetic) - A powerful type-safe, framework agnostic, CSS-in-JS library for styling components, whether it be plain objects, importing stylesheets, or simply referencing external class names.
865849
- [aphrodite](https://github.com/Khan/aphrodite) - It&#39;s inline styles, but they work!.
866850
- [inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer) - Run-time Autoprefixer for Inline Style Objects.
867-
- [paperclip](https://paperclip.dev) - [docs](https://paperclip.dev/docs/) - Build UI primitivites with plain HTML & CSS.
868-
- [radium](https://github.com/FormidableLabs/radium) - A set of tools to manage inline styles on React elements.
869851
- [react-container-query](https://github.com/d6u/react-container-query) - Modular responsive component.
870-
- [react-css-modules](https://github.com/gajus/react-css-modules) - Seamless mapping of class names to CSS modules inside of React components.
871852
- [react-responsive](https://github.com/contra/react-responsive) - Media queries in react for responsive design.
872853
- [reactponsive](https://github.com/jmlweb/reactponsive) - Responsive components and hooks.
873854
- [styled-components](https://github.com/styled-components/styled-components) - Visual primitives for the component age.
874855
- [stitches](https://github.com/stitchesjs/stitches) - CSS-in-JS with near-zero runtime, SSR, multi-variant support.
875856

876857
### HTML Template
877858

878-
- [hyperx](https://github.com/substack/hyperx) - Tagged template string virtual dom builder.
879859
- [jsx-control-statements](https://github.com/AlexGilleran/jsx-control-statements) - Neater If and For for React JSX.
880860

881861
### Isomorphic Apps
882862

883863
- [hypernova](https://github.com/airbnb/hypernova) - A service for server-side rendering your JavaScript views.
884-
- [isomorphic-relay](https://github.com/denvned/isomorphic-relay) - Adds server side rendering support to React Relay.
885864
- [isomorphic-style-loader](https://github.com/kriasoft/isomorphic-style-loader) - Isomorphic CSS style loader for Webpack.
886865
- [react-server](https://github.com/redfin/react-server) - React framework with server render for blazing fast page load.
887866
- [rill](https://github.com/rill-js/rill) - Universal web application framework.
@@ -895,13 +874,10 @@ _Scaffold / starter kit / Yeoman generator / stack ensemble / seed_
895874
- [crisp-react](https://github.com/winwiz1/crisp-react) - Express integration in TypeScript with support for multiple SPAs and pitfall avoidance.
896875
- [cra-template-redux-auth-starter](https://github.com/Nilanth/cra-template-redux-auth-starter) - A Redux auth starter boilerplate for CRA.
897876
- [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate) - Live editing development on desktop app.
898-
- [essential-react](https://github.com/pheuter/essential-react) - A minimal skeleton for building testable React apps using Babel.
899-
- [generator-react-webpack](https://github.com/react-webpack-generators/generator-react-webpack) - Yeoman generator for ReactJS and Webpack.
900877
- [generator-starhackit](https://github.com/FredericHeem/starhackit) - Full-stack starter kit.
901878
- [nwb](https://github.com/insin/nwb) - CLI tool and devDependency for React apps &amp; components and npm modules.
902879
- [nx](https://nx.dev) - Next generation build system with first class monorepo support and powerful integrations.
903880
- [PBandJ](https://github.com/moishinetzer/pbandj) - Zero-Config Reusable Component Framework.
904-
- [react-boilerplate](https://github.com/mxstbr/react-boilerplate) - Quick packager-agnostic boilerplate for React modules using JSX.
905881
- [react-hot-boilerplate](https://github.com/gaearon/react-hot-boilerplate) - Minimal live-editing boilerplate for your next ReactJS project.
906882
- [rockpack](https://github.com/AlexSergey/rockpack) - Simple solution for creating React application with SSR, bundling, linting, testing within 5 minutes.
907883
- [create-react-dependency](https://github.com/andrelmlins/create-react-dependency) - Create react dependencies with no build configuration.

0 commit comments

Comments
 (0)