Skip to content

Commit 60d4bde

Browse files
committed
Removed more packages that don't meet criteria
1 parent 911c7c3 commit 60d4bde

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,6 @@ _Turn user input into actions_
759759

760760
_Set meta tags, <title>, children of <head>_
761761

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.
764762
- [react-helmet-async](https://github.com/staylor/react-helmet-async#readme) - Thread-safe Helmet for React 16+ and friends
765763
- [react-helmet](https://github.com/nfl/react-helmet) - A document head manager for React.
766764

@@ -775,7 +773,6 @@ _Render an element at an arbitrary DOM node_
775773

776774
_A/B tests, experiments, ..._
777775

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

781778
## Code Design
@@ -788,27 +785,18 @@ _Libraries that help with code design_
788785

789786
_Data flow / data management / data stores / components state / data flow_
790787

791-
- [alt](https://github.com/goatslacker/alt) - Isomorphic flux implementation.
792788
- [baobab-react](https://github.com/Yomguithereal/baobab-react) - React integration for Baobab.
793789
- [cerebral](https://github.com/cerebral/cerebral) - A state controller with its own debugger.
794790
- [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.
796791
- [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.
798792
- [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.
800793
- [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.
802794
- [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.
804795
- [react-redux](https://github.com/reactjs/react-redux) - Official React bindings for Redux.
805796
- [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.
807797
- [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.
809798
- [reselect](https://github.com/reactjs/reselect) - Selector library for Redux.
810799
- [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.
812800
- [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.
813801
- [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.
814802
- [teaful](https://github.com/teafuljs/teaful) - Tiny, easy and powerful React state management
@@ -819,7 +807,6 @@ _Data flow / data management / data stores / components state / data flow_
819807
- [formik](https://github.com/jaredpalmer/formik) - Build forms without tears and supports Validation in ease.
820808
- [formsy-react](https://github.com/formsy/formsy-react/) - A form input builder and validator for React JS.
821809
- [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.
823810
- [react-hook-form](https://github.com/react-hook-form/react-hook-form) - React hooks for form validation without the hassle.
824811
- [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form) - A React component for building Web forms from JSONSchema.
825812
- [react-client-validation](https://github.com/0529bill/react-client-validation) - Simple and super lightweight validation for React.
@@ -830,31 +817,22 @@ _Data flow / data management / data stores / components state / data flow_
830817

831818
### Router
832819

833-
- [react-breadcrumbs](https://github.com/svenanders/react-breadcrumbs) - Automatic breadcrumbs for React-Router.
834820
- [react-router-component](https://github.com/STRML/react-router-component) - Declarative router component for React.
835821
- [react-router-scroll](https://github.com/taion/react-router-scroll) - React Router scroll management.
836822
- [react-router](https://github.com/reactjs/react-router) - A complete routing library for React.
837823
- [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.
839824
- [universal-router](https://github.com/kriasoft/universal-router) - A simple middleware-style router for isomorphic JavaScript web apps.
840825
- [wouter](https://github.com/molefrog/wouter) - A minimalist-friendly ~1.3KB routing library. Nothing else but hooks.
841826

842827
### Props from server
843828

844829
_Component properties asynchronously fetched over the network_
845830

846-
- [react-async](https://github.com/andreypopp/react-async) - Asynchronously fetch data for React components.
847-
- [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.
852831
- [redux-connect](https://github.com/makeomatic/redux-connect) - Provides decorator for resolving async props in react-router.
853832
- [axios-react](https://github.com/soroushchehresa/axios-react) - HTTP client component for React.
854833

855834
### Communication with server
856835

857-
- [adrenaline](https://github.com/gyzerok/adrenaline) - Simple Relay alternative.
858836
- [apollo-client](https://github.com/apollostack/apollo-client) - A simple caching client for any GraphQL server and UI framework.
859837
- [react-relay](https://github.com/facebook/relay) - Relay is a JavaScript framework for building data-driven React applications.
860838
- [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 +842,19 @@ _Component properties asynchronously fetched over the network_
864842
- [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.
865843
- [aphrodite](https://github.com/Khan/aphrodite) - It&#39;s inline styles, but they work!.
866844
- [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.
869845
- [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.
871846
- [react-responsive](https://github.com/contra/react-responsive) - Media queries in react for responsive design.
872847
- [reactponsive](https://github.com/jmlweb/reactponsive) - Responsive components and hooks.
873848
- [styled-components](https://github.com/styled-components/styled-components) - Visual primitives for the component age.
874849
- [stitches](https://github.com/stitchesjs/stitches) - CSS-in-JS with near-zero runtime, SSR, multi-variant support.
875850

876851
### HTML Template
877852

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

881855
### Isomorphic Apps
882856

883857
- [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.
885858
- [isomorphic-style-loader](https://github.com/kriasoft/isomorphic-style-loader) - Isomorphic CSS style loader for Webpack.
886859
- [react-server](https://github.com/redfin/react-server) - React framework with server render for blazing fast page load.
887860
- [rill](https://github.com/rill-js/rill) - Universal web application framework.
@@ -895,13 +868,10 @@ _Scaffold / starter kit / Yeoman generator / stack ensemble / seed_
895868
- [crisp-react](https://github.com/winwiz1/crisp-react) - Express integration in TypeScript with support for multiple SPAs and pitfall avoidance.
896869
- [cra-template-redux-auth-starter](https://github.com/Nilanth/cra-template-redux-auth-starter) - A Redux auth starter boilerplate for CRA.
897870
- [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.
900871
- [generator-starhackit](https://github.com/FredericHeem/starhackit) - Full-stack starter kit.
901872
- [nwb](https://github.com/insin/nwb) - CLI tool and devDependency for React apps &amp; components and npm modules.
902873
- [nx](https://nx.dev) - Next generation build system with first class monorepo support and powerful integrations.
903874
- [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.
905875
- [react-hot-boilerplate](https://github.com/gaearon/react-hot-boilerplate) - Minimal live-editing boilerplate for your next ReactJS project.
906876
- [rockpack](https://github.com/AlexSergey/rockpack) - Simple solution for creating React application with SSR, bundling, linting, testing within 5 minutes.
907877
- [create-react-dependency](https://github.com/andrelmlins/create-react-dependency) - Create react dependencies with no build configuration.

0 commit comments

Comments
 (0)