reactstrap VS Semantic UI

Compare reactstrap vs Semantic UI and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
reactstrap Semantic UI
26 6
10,561 50,990
0.1% 0.1%
5.4 0.0
about 17 hours ago 5 months ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

reactstrap

Posts with mentions or reviews of reactstrap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-18.
  • Use React and Spring Boot to Build a Simple CRUD App
    9 projects | dev.to | 18 Jan 2023
    After the app creation process completes, navigate into the app directory and install Bootstrap, cookie support for React, React Router, and Reactstrap.
  • What should I do Before I give up programming?
    2 projects | news.ycombinator.com | 14 Jan 2023
    3 months is not a long time to learn web development! I made my first web site in 1995 and I've been doing it ever since. On a bad day I still get flustered with React and CSS. How much of a skilled trade like plumbing or carpentry or welding or being an electrician could your learn in 3 months?

    The "ultimate" web developer has a wide range of skills that almost nobody has. For instance, the ultimate web developer knows some systems programming (will need it when things go terribly wrong) but also is a talented artist that can not only draw images but can also make systems of images, colors, fonts and other assets that combine as required, create 2d- and 3d- animations, etc. (Thank God people decided it isn't cool for web sites to play sounds or you might have to be a musician and/or sound engineer too!)

    There is a level of skill in graphic design that is less than that where you understand how to pick colors, pick fonts, make harmonious layouts. It's a subject I am still learning: from time to time I have a rather serious "graphics" hobby like printing a series of decorative cards, photography projects, etc. I learned a huge amount when I had to to an accessibility overhaul for the site I work on, not only in terms of accessibility standards but how to think about graphic design. (e.g. when you pick colors, the first thing to think about is how bright or dark they are, any design that makes sense in color makes sense in black and white. I am a fan of Ansel Adam's writings on photography for this reason. In fact I learned a lot about composition when I picked up a book on portrait photography the other day.)

    CSS is hard. It has that graphic design knowledge as a background, yet few graphic designers have the discipline of programming that CSS really demands. You can get hung up on the details of selectors, inheritance, padding, borders, margin collapsing, all that. You won't really be in control until you know how to look up anything in the official docs, but those docs are sprawling

    https://www.w3.org/TR/css-2022/#module-classification

    I count at least 50 documents that are "normative references" right there! (Clearly not something you can master in 3 months)

    On top of that there is the complexity of "CSS frameworks" built on top of CSS. All of them have additional concepts to learn but they don't absolve you from having a complete understanding of what lies beneath.

    To pause for a sec, note that web devs usually work in teams -- so you don't have to go it alone. A designer might make you comps in Photoshop and it is your job to write HTML and CSS to make it look like that. Hopefully you have a tester, sysadmin, marketing people, etc. If I had my way somebody would plan how CSS is used systematically to help multiple designers and devs do the right thing.

    Then, React. I feel completely in control with components I write myself, but the sheer number of third-party components that you might choose or that you might encounter in React code somebody else wrote.

    You'd image a widget set like

    https://reactstrap.github.io/?path=/story/home-installation-...

    or

    https://mui.com/material-ui/

    would let you largely ignore HTML and CSS and you might really make some apps where the "XML" looks like a desktop application but marketing some day will require you to customize these radically or you will encounter some application that mixes three widget sets and seven other third-party components and you need to understand all of that stuff to be in control.

    Sometimes you are more in control, sometimes you aren't. When you're not in control you appear to make rapid progress sometimes but you also get stuck and things that you'd think would be quick take a long time and you know... That's what is.

    But... We are not in perfect control and many businesses make many minor and major mistakes in their infrastructure, still make money, still pay coders.

    I'd say though that there is something wrong with React. I like how React can draw any application I imagine, particularly with

    https://docs.pmnd.rs/react-three-fiber/getting-started/examp...

    but it does not have a real plan for how information flows in your application. I like the way props flow downwards, but those components that pass context are a disaster. React provides you with tools you can use to implement your own plan... Or maybe barrel ahead without a plan which won't be bad if you are lucky and your app is small, otherwise things may get worse and worse and things the boss thinks look easy are really very very hard and you'd better get control!

    So your 3 mo bootcamp is just the beginning of learning the trade. You can get a job in the industry already but if you do you may find it is SNAFU in many places, it is not unusual for a developer to take several weeks to be able to put together a dev workstation, build and run the system. Ideally you get in with people who model good behavior but even then you will have times you are feeling unproductive because you are not productive because of situations not entirely in your control.

    Other than that you can do side, personal, family and friends projects. Find some answers to the above problems that let you make the kind of app that you want to make, try to spend as little time as possible learning frameworks and languages and instead focus on a small toolbox where you can pound out little projects where you feel in control and that will build your confidence and skills until you are ready to swim with the sharks.

  • Step by Step Guide to using Reactstrap for building Web Apps With Sample Projects
    1 project | dev.to | 13 Nov 2022
    Great, we were finally able to make use of the plethora of reactstrap components like Spinner, Button, Layout and a host of others. There are more to it as this is just a tip of the iceberg. I recommend you go through reactstrap official documentation to get a feel of the numerous other UIs that they provide.
  • Understanding the flow of an open source project
    1 project | /r/learnprogramming | 21 Sep 2022
  • Comparing React Component Libraries
    10 projects | dev.to | 16 Sep 2022
    Reactstrap has 10.1K stars, 1.2K forks, 231K users, and 239 contributors. According to npmjs.com, it has 374,493 weekly downloads.
  • In React how to import only needed Bootstrap styles. Bootstrap css modules?
    5 projects | /r/codehunter | 15 May 2022
    I tried with reactstrap, and yes has bootstrap css classes as components (e.g ) but you have to includes all bootstrap styles:
  • Import bootstrap but only into one component
    1 project | /r/codehunter | 13 May 2022
    I've followed https://reactstrap.github.io/ and got it working. But bootstrap is now applied to all the site, because I have this
  • How to customize bootstrap 4 in reactjs app with reactstrap dependency?
    1 project | /r/codehunter | 21 Apr 2022
    I start developing a React app with reactstrap. I followed the Get Started running the following commands :
  • Simplify Using Hooks by Using Custom Hooks in React
    7 projects | dev.to | 27 Mar 2022
    I do a lot of enterprise application development in a very small team. It's important for us to create applications that work on any device with a modern web browser that is connected to the Internet and not just a LAN or VPN. The apps must authenticate thru single-sign on that is federated with the company Active Directory. The apps need to rely on commonly available libraries like React and Bootstrap albeit through ReactStrap, and they must be spartan and similar. That is to say that users need to be able log onto all of the various apps the same way, and the apps need to do simply what they need to do with no bells or whistles. Furthermore, one app should look and feel like the others. We don't want to confuse users by making them feel like they need to learn a whole new system for every new application.
  • Use Create-React-App with Material UI
    2 projects | /r/codehunter | 25 Mar 2022
    I'm new to Material UI and ReactJS. I've been playing around with Create-React-App (CRA) and reactstrap. My question is, can I use Material UI and CRA together to build an app?

Semantic UI

Posts with mentions or reviews of Semantic UI. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-23.
  • Should you split that file?
    1 project | news.ycombinator.com | 1 Dec 2023
    1. The author links to this file as an example: https://github.com/Semantic-Org/Semantic-UI/blob/49b9cbf47c1... . How would you structure it better than it currently is without using sections?

    2. So you have a class that has a bunch of getters and setters. Let's just assume that "generate them automatically" is not an option. You want to make it really easy to see the part of the class which is getters, and the part of the class which is setters, and then skim past that. How do you do it?

    3. So you have a file that defines 3 data structures. Each data structure has a definition, a bunch of functions for parsing it, and a bunch of functions for serializing it. The author suggests that you split the file into 3 sections for the types, with subsections each for the definition, parsing, and serializing. How would you do it? Let's say the language is Rust or Typescript.

  • Tailwind vs. Semantic CSS
    4 projects | news.ycombinator.com | 23 Oct 2023
    I'm a big fan of Semantic UI, but I thought it was dead? There's barely been any activity on the repo in over 5 years (https://github.com/Semantic-Org/Semantic-UI/graphs/contribut...).
  • Top 9 Best UI Component Libraries/Frameworks in 2022 for Frontend Developers🔥
    17 projects | dev.to | 18 Sep 2022
    Semantic UI is a free, open source library that helps you build UIs with confidence. It provides over 3000+ Theming Variables and 50 + UI components and each one of them has been carefully designed to look beautiful and work intuitively. It is designed to be an intuitive, accessible, and flexible starting point for your project. It's packed with features that you can use right out of the box, and it's very easily customizable. To date, it has been downloaded over 6 million times and it has around 50,000 GitHub stars.
  • Tabler: Free and open source dashboard HTML/CSS framework
    10 projects | news.ycombinator.com | 29 Jul 2022
    The way I see is that it is for the same reason that Qt and GTK include all the widgets and abstractions to create a complete UI.

    Another framework that I've used in the past for 2 WebApps projects[1][2] -and I was quite happy with the result- is Semantic-UI (and the fomantic fork)[0]

    [0] https://github.com/Semantic-Org/Semantic-UI

  • The world of Awesome CSS Frameworks
    16 projects | dev.to | 11 Jan 2022
    Semantic UI - 50K⭐ - Last update: October 2018
  • 10 UI Library to Make Your React App Development Faster
    11 projects | dev.to | 17 Aug 2021
    Semantic is a UI component framework based around useful principles from natural language.

What are some alternatives?

When comparing reactstrap and Semantic UI you can also consider the following projects:

react-bootstrap - Bootstrap components built with React

Fomantic-UI - Fomantic-UI is the official community fork of Semantic-UI

Material UI - Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.

w2ui - UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).

react-datepicker - A simple and reusable datepicker component for React

Bootstrap - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

chakra-ui - ⚡️ Simple, Modular & Accessible UI Components for your React Applications

Materialize - Materialize, a CSS Framework based on Material Design

volt-react-dashboard - Free and open source React.js admin dashboard template and UI library based on Bootstrap 5

Ink - An HTML5/CSS3 framework used at SAPO for fast and efficient website design and prototyping

antd - An enterprise-class UI design language and React UI library

fluidity - The worlds smallest fully-responsive css framework