GithubHelp home page GithubHelp logo

brillout / awesome-react-components Goto Github PK

View Code? Open in Web Editor NEW
40.3K 40.3K 3.4K 997 KB

Curated List of React Components & Libraries.

License: Creative Commons Zero v1.0 Universal

awesome awesome-list react react-component react-components

awesome-react-components's People

Contributors

99ff00 avatar addy avatar anatoliygatt avatar bluepeter avatar brillout avatar dandv avatar devarchy-bot avatar gabiaxel avatar hughparry avatar inokawa avatar jaywcjlove avatar joaomlneto avatar joserodolfofreitas avatar komarovalexander avatar mkosir avatar mm0hammadi avatar moishinetzer avatar n8tz avatar oliviertassinari avatar rcaferati avatar rvsia avatar salvoravida avatar sarat9 avatar teodosii avatar tomosterlund avatar ukrbublik avatar up2dul avatar vsnthdev avatar winwiz1 avatar xulihang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-react-components's Issues

New Forms lib

I'd like to add Formcat that is a lib to works with Forms but the website doesn't work.
Is repo is deprecated?

This repo is 2 years without any commits

"(And it's not super popular and well-known... no point in listing those.)" ... hold up.

So in the interests of helping newcomers (and returning) to React. Let's be clear, there's no given "super popular" list of components that they will somehow know.

A one-stop resource is great, and generally Awesome repos on GitHub, are such places to catch up.

I expect adding a single link instead of "no point listing those" should be trivial.

Having not touched React for a number of years, I have no idea how the ecosystem has evolved and what I'll be missing out on in the fabled list of Super Popular components.

So please, help us out, can we get a "Super Popular list" link, section, or preferably just include these ultra famous components in the list as if they were just another option.

Thank you.

Most react components are class components.

It looks like most of the awesome components are class components. I think it's good idea to slowly start making a copy of each components as functional components in the future.

Add: NextUI

What is NextUI?
NextUI is a UI library for React that helps you build beautiful and accessible user interfaces. Created on top of Tailwind CSS and React Aria.

NextUI's primary goal is to streamline the development process, offering a beautiful and adaptable system design for an enhanced user experience.

https://nextui.org/

image

Remove "carte-blanche"

Hi, I was checking this pkg out and found this written on it: IMPORTANT: This project is unfinished and not maintained. Do not try to use it, it likely does not work anymore..

And latest commits were 3 on the README, 6, 7 years ago on the rest. So, safe to say, this project is abandoned. Should it be removed from the list?

Furthermore, what are the characteristics that a project has to have to qualify to be on this awesome list? Because I've seen a few that also seem to be abandoned...

can't login on devarchy

Steps:

  1. Click on login with github button
  2. it redirects to http://localhost:8081/auth/github?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application.&error_uri=https%3A%2F%2Fdeveloper.github.com%2Fapps%2Fmanaging-oauth-apps%2Ftroubleshooting-authorization-request-errors%2F%23redirect-uri-mismatch&state=cbcoxlgOqE2TQ2nZ5bDpvM

review/rating system

Quote of a Reddit Comment

What would be most useful to me is giving things a sort of rating of stability/scalability etc.

I'm recalcitrant to add ratings to open source libraries because

  • doesn't feel good to negatively rate a pro bono open source project (maybe using positive wording could help here)
  • open source projects can evolve very rapidly making old ratings irrelevant (maybe a system allowing the owner to flag negative comments as "addressed" could help)

On the other hand

  • it would be convenient for users to be warned of major flaws (e.g. these major and fundamental flaws of AngularJS)

Are pull requests appreciated to this repository?

Firstly, I am glad I stumbled upon such a great collection of React components! ✨

I'd love to send a PR to remove a few archived, outdated and deleted repositories from the list.

Is such a PR appreciated? Below are a few projects I've found which are either deleted, archived or not being updated from a long time 👇

Proposed removals

  1. react-block-ui — Archived on Feb 21, 2023.
  2. velocity-react — Archived on Nov 3, 2021.
  3. react-aim — Archived on Feb 12, 2022.
  4. react-find — Deleted repository.

Add lingui js to i18n

It's a great React tool for internationalization and should be included in this list.

Consider linking each Material-UI components?

Hi, thank you for building this list, I think that it's very useful for the community.

I have one concern regarding Material-UI. (disclaimer, I work on the project). We have been working for the last 6 months, and continue to do so for the next year or two on transitioning people perception on the project. Material-UI is commonly interpreted as Material Design, but we believe it can be more than that: Material to build UI. We want to make it an one stop component store. Our roadmap is composed of 1. adding more components, 2. make theme more customizable, e.g. bootstrap theme, 3. make them lighter.

In this direction, I was wondering if you would consider linking each of our components in the corresponding categories? I have noticed that most of the ant design components are already linked (rc-). Now, you might be wondering. Wouldn't Material-UI components be bloated (by the way the link seems to be blank)? I can ensure you that we are working hard on making sure they are not. For instance, you can compare our Modal component with react-modal bundle size https://twitter.com/olivtassinari/status/1173695634018361349 vs https://bundlephobia.com/[email protected] or the cost of our slider
https://material-ui.com/components/slider/ vs rc-slider https://bundlephobia.com/[email protected]

Thanks for the consideration.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.