Skip to content

Commit 7ad8a6d

Browse files
authored
Cleanup of stalled projects
1 parent aba840d commit 7ad8a6d

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@ A collection of awesome things regarding the React ecosystem.
6464

6565
- [next](https://github.com/vercel/next.js) - The React Framework
6666
- [blitz](https://github.com/blitz-js/blitz) - The Missing Fullstack Toolkit for Next.js
67-
- [remix](https://remix.run/) - Full stack web Framework that lets you focus on the user interface
67+
- [remix](https://github.com/remix-run/remix) - Full stack web Framework that lets you focus on the user interface
6868
- [gatsby](https://github.com/gatsbyjs/gatsby) - Build modern websites with React
6969
- [react-admin](https://github.com/marmelab/react-admin) - A frontend Framework for building B2B applications
7070
- [refine](https://github.com/refinedev/refine) - Build your React-based CRUD applications, without constraints
71-
- [aleph](https://github.com/alephjs/aleph.js) - The Full-stack Framework in Deno
7271

7372
#### React Component Libraries
7473

@@ -97,16 +96,13 @@ A collection of awesome things regarding the React ecosystem.
9796
- [immer](https://github.com/immerjs/immer) - Create the next immutable state by mutating the current one
9897
- [immutable-js](https://github.com/immutable-js/immutable-js) - Immutable persistent data collections for Javascript
9998
- [rxdb](https://github.com/pubkey/rxdb) - A fast, offline-first, reactive database for JavaScript Applications
100-
- [watermelondb](https://github.com/Nozbe/WatermelonDB) - Reactive & asynchronous database for powerful React and React Native apps
101-
- [valtio](https://github.com/pmndrs/valtio) - Valtio makes proxy-state simple for React and Vanilla
10299

103100
#### React Styling
104101

105102
- [styled-components](https://github.com/styled-components/styled-components) - Visual primitives for the component age
106103
- [emotion](https://github.com/emotion-js/emotion) - CSS-in-JS library designed for high performance style composition
107104
- [linaria](https://github.com/callstack/linaria) - Zero-Runtime CSS in JS library
108105
- [vanilla-extract](https://github.com/seek-oss/vanilla-extract) - Zero-runtime Stylesheets-in-TypeScript
109-
- [jss](https://github.com/cssinjs/jss) - authoring tool for CSS which uses JavaScript as a host language
110106

111107
#### React Routing
112108

@@ -119,33 +115,25 @@ A collection of awesome things regarding the React ecosystem.
119115
- [preact](https://github.com/preactjs/preact) - Fast React alternative with the same modern API
120116
- [floating-ui](https://github.com/floating-ui/floating-ui) - Toolkit to create floating elements
121117
- [loadable-components](https://github.com/gregberge/loadable-components) - The recommended Code Splitting library for React
122-
- [reapop](https://github.com/LouisBarranqueiro/reapop) - A simple and customizable React notifications system
123118
- [react-uploady](https://github.com/rpldy/react-uploady) - Modern file-upload components & hooks for React
124119
- [downshift](https://github.com/downshift-js/downshift) - React autocomplete, combobox or select dropdown components
125120
- [react-error-boundary](https://github.com/bvaughn/react-error-boundary) - A React error boundary component that lets you catch errors
126121

127122
#### React Testing
128123

129124
- [jest](https://github.com/facebook/jest) - Delightful JavaScript Testing
130-
- [enzyme](https://github.com/enzymejs/enzyme) - JavaScript Testing utilities for React
131125
- [react-testing-library](https://github.com/testing-library/react-testing-library) - Simple and complete React DOM testing utilities
132-
- [react-hooks-testing-library](https://github.com/testing-library/react-hooks-testing-library) - Simple and complete React hooks testing utilities
133126
- [cypress](https://github.com/cypress-io/cypress) - Fast, easy and reliable testing for anything that runs in a browser
134127

135128
#### React Awesome Components
136129

137130
- [Awesome React Components](https://github.com/brillout/awesome-react-components)
138131
- [react-select](https://github.com/JedWatson/react-select) - The Select Component for React
139-
- [react-dnd](https://github.com/react-dnd/react-dnd) - Drag and Drop for React
140-
- [react-rnd](https://github.com/bokuweb/react-rnd) - A resizable and draggable component for React
141-
- [react-dropzone](https://github.com/react-dropzone/react-dropzone) - Simple drag-drop zone with React
142132
- [react-big-calendar](https://github.com/jquense/react-big-calendar) - Calendar component
143133
- [react-datepicker](https://github.com/Hacker0x01/react-datepicker/) - A simple and reusable datepicker component for React
144134
- [react-loading-skeleton](https://github.com/dvtng/react-loading-skeleton) - Create skeleton screens that automatically adapt to your app
145135
- [react-qrcode](https://github.com/zpao/qrcode.react) - QR component for use with React
146136
- [react-archer](https://github.com/pierpo/react-archer) - Draw arrows between React elements
147-
- [react-device-detect](https://github.com/duskload/react-device-detect) - Detect device, and render view accordingly
148-
- [react-colorful](https://github.com/omgovich/react-colorful) - A tiny color picker component
149137
- [react-icons](https://github.com/react-icons/react-icons) - SVG React icons of popular icon packs
150138
- [react-complex-tree](https://github.com/lukasbach/react-complex-tree) - Unopinionated Accessible Tree
151139
- [react-insta-stories](https://github.com/mohitk05/react-insta-stories) - A React component for Instagram like stories
@@ -168,7 +156,6 @@ A collection of awesome things regarding the React ecosystem.
168156
- [react-hook-form](https://github.com/react-hook-form/react-hook-form) - React Hooks for form state management and validation
169157
- [formik](https://github.com/jaredpalmer/formik) - Build forms in React, without the tears
170158
- [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form) - A React component for building Web forms from JSON Schema
171-
- [react-final-form](https://github.com/final-form/react-final-form) - High performance subscription-based form state management for React
172159
- [formily](https://github.com/alibaba/formily) - Alibaba Group Unified Form Solution
173160
- [vest](https://github.com/ealush/vest) - Declarative validations framework
174161

@@ -209,17 +196,14 @@ A collection of awesome things regarding the React ecosystem.
209196

210197
- [react-spring](https://github.com/pmndrs/react-spring) - A spring physics based React animation library
211198
- [framer-motion](https://github.com/framer/motion) - Open source, production-ready animation and gesture library for React
212-
- [react-transition-group](https://github.com/reactjs/react-transition-group) - An easy way to perform animations for React
213199
- [auto-animate](https://github.com/formkit/auto-animate) - A zero-config, drop-in animation utility that adds smooth transitions
214200
- [react-tsparticles](https://github.com/matteobruni/tsparticles) - Easily create highly customizable particles effects
215201
- [react-parallax-tilt](https://github.com/mkosir/react-parallax-tilt) - Easily apply tilt hover effect on React components
216-
- [gooey-react](https://github.com/luukdv/gooey-react) - The gooey effect for React
217202

218203
#### React Integration
219204

220205
- [rescript-compiler](https://github.com/rescript-lang/rescript-compiler) - A robustly typed language that compiles to efficient and human-readable JavaScript
221206
- [react-rails](https://github.com/reactjs/react-rails) - Integrate React with Rails
222-
- [reagent](https://github.com/reagent-project/reagent) - A minimalistic ClojureScript interface to React
223207
- [fulcro](https://github.com/fulcrologic/fulcro) - A library for development of web applications in clj/cljs
224208
- [tailwind-react](https://tw-elements.com/docs/standard/integrations/react-integration/) - Article that shows you how to integrate React application with Tailwind
225209

0 commit comments

Comments
 (0)