StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. UI Components
  3. Evergreen
Evergreen
BySegmentSegment

Evergreen

UI Components
Discussions2
OverviewOverviewPros & ConsProsIntegrationsIntegrationsDiscussionsDiscussionsAlternativesAlternatives

What is Evergreen?

Evergreen is a pragmatic UI kit for building evolving products on the web. It is built and maintained open-source by Segment.

Evergreen is a tool in the UI Components category of a tech stack.

Evergreen Pros & Cons

Pros of Evergreen

No pros listed yet.

Cons of Evergreen

No cons listed yet.

Evergreen Alternatives & Comparisons

What are some alternatives to Evergreen?

jQuery

jQuery

jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.

React

React

Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.

jQuery UI

jQuery UI

Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.

React Router

React Router

React Router is a complete routing solution designed specifically for React.js. It painlessly synchronizes the components of your application with the URL, with first-class support for nesting, transitions, and server side rendering.

Select2

Select2

It gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options. It comes with support for RTL environments, searching with diacritics and over 40 languages built-in.

Material-UI

Material-UI

Material UI is a library of React UI components that implements Google's Material Design.

Try It

Visit Website

Adoption

On StackShare

Companies
2
FS
Developers
11
ZKEDBD+5

Evergreen Discussions

Discover why developers choose Evergreen. Read real-world technical decisions and stack choices from the StackShare community.

Adebayo Akinlaja
Adebayo Akinlaja

Engineering Manager

Oct 15, 2019

Needs adviceonReactReactMaterial-UIMaterial-UIEvergreenEvergreen

I picked up an idea to develop and it was no brainer I had to go with React for the frontend. I was faced with challenges when it came to what component framework to use. I had worked extensively with Material-UI but I needed something different that would offer me wider range of well customized components (I became pretty slow at styling). I brought in Evergreen after several sampling and reads online but again, after several prototype development against Evergreen—since I was using TypeScript and I had to import custom Type, it felt exhaustive. After I validated Evergreen with the designs of the idea I was developing, I also noticed I might have to do a lot of styling. I later stumbled on Material Kit, the one specifically made for React . It was promising with beautifully crafted components, most of which fits into the designs pages I had on ground.

A major problem of Material Kit for me is it isn't written in TypeScript and there isn't any plans to support its TypeScript version. I rolled up my sleeve and started converting their components to TypeScript and if you'll ask me, I am still on it.

In summary, I used the Create React App with TypeScript support and I am spending some time converting Material Kit to TypeScript before I start developing against it. All of these components are going to be hosted on Bit.

If you feel I am crazy or I have gotten something wrong, I'll be willing to listen to your opinion. Also, if you want to have a share of whatever TypeScript version of Material Kit I end up coming up with, let me know.

0 views0
Comments
Jason Barry
Jason Barry

Cofounder at FeaturePeek

Jul 23, 2019

Needs adviceonReactReactNext.jsNext.jsEvergreenEvergreen

React Next.js Evergreen

Our #Frontend at FeaturePeek uses the Evergreen UI framework as a starting point for our basic UI primitives like buttons, modals, and inputs. I chose this library not only because it's beautiful and frequently updated, but also because the CSS-in-JS model inherited from ui-box is such a joy to work with.

Any CSS property can be passed to any UI component as a prop. Evergreen then compiles atomic classes from the rules used, and injects the styles in the head for every page. The easiest way I've encountered to achieve critical CSS. It even hydrates into the Next.js SSR scripts, so styles aren't lost when JavaScript is disabled.

#Frontenddevelopment #FrontEndFrameworks

0 views0
Comments