Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Js Stack From Scratch | 19,396 | 7 months ago | 1 | January 19, 2017 | 48 | mit | JavaScript | |||
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack. | ||||||||||
Ice | 17,571 | 721 | a day ago | 84 | August 26, 2022 | 286 | mit | TypeScript | ||
🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架) | ||||||||||
React Loadable | 16,542 | 3,250 | 1,005 | 8 months ago | 30 | August 09, 2018 | 38 | mit | JavaScript | |
:hourglass_flowing_sand: A higher order component for loading components with promises. | ||||||||||
Evergreen | 12,162 | 75 | 87 | 11 days ago | 246 | July 18, 2022 | 56 | mit | JavaScript | |
🌲 Evergreen React UI Framework by Segment | ||||||||||
Dioxus | 9,409 | 16 | 2 days ago | 12 | May 03, 2022 | 136 | apache-2.0 | Rust | ||
React-like GUI library for desktop, web, mobile, TUI, and more. | ||||||||||
Awesome Nextjs | 8,776 | 17 days ago | 59 | |||||||
:notebook_with_decorative_cover: :books: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications) | ||||||||||
React I18next | 8,266 | 1,307 | 1,904 | 2 days ago | 269 | September 09, 2022 | 14 | mit | JavaScript | |
Internationalization for react done right. Using the i18next i18n ecosystem. | ||||||||||
Rax | 7,870 | 118 | 355 | 2 months ago | 134 | June 09, 2022 | 70 | other | JavaScript | |
🐰 Rax is a progressive framework for building universal application. https://rax.js.org | ||||||||||
Loadable Components | 7,182 | 511 | 374 | 3 months ago | 29 | December 12, 2021 | 21 | mit | JavaScript | |
The recommended Code Splitting library for React ✂️✨ | ||||||||||
React Apollo | 6,897 | 6,511 | 1,074 | 2 months ago | 222 | April 14, 2020 | 206 | mit | JavaScript | |
:recycle: React integration for Apollo Client |
Works out of the box. Evergreen contains a set of polished React components that work out of the box.
Flexible & composable. Evergreen components are built on top of a React UI Primitive for endless composability.
Enterprise-grade. Evergreen features a UI design language for enterprise-grade web applications.
Evergreen v7 migration guide
🌲 Evergreen is made up of multiple components and tools which you can import one by one. All you need to do is install the evergreen-ui
package:
$ yarn add evergreen-ui
# or
$ npm install --save evergreen-ui
A working version, assuming you are using something like Create React App, might look like this:
import React from 'react'
import ReactDOM from 'react-dom'
import { Button } from 'evergreen-ui'
ReactDOM.render(<Button>I am using 🌲 Evergreen!</Button>, document.getElementById('root'))
Evergreen is built on the belief that you can never predict all future requirements, only prepare for it. Instead of creating fixed configurations that work today, Evergreen promotes building systems that anticipate new and changing design requirements.
Evergreen is built on the belief that things should work out of the box with smart defaults, but also offer full control when needed. For example, Evergreen uses CSS-in-JS and builds on top of the Box component in ui-box.
Evergreen is built on the belief that using Evergreen and contributing to Evergreen should be a pleasant experience. We prioritize documentation and all the tools for a solid developer experience. We advocate respect and inclusivity in our writings and interactions.
Evergreen supports a robust theming layer out of the box. You can check out these docs for more information regarding theming in Evergreen.
Evergreen offers easy Server Side Rendering (SSR) and automatic hydration.
Evergreen bundles its own CSS-in-JS solution from ui-box. To make it super easy to do server side rendering and hydration, Evergreen exposes a extractStyles()
function.
Please see CONTRIBUTING.md for more information on how to contribute!
We will add you to the list if you make any meaningful contribution!
This project is maintained by Segment
Please take a look at the contributing guide to better understand what to work on.
Please respect our Code of Conduct, in short:
Evergreen is released under the MIT license. The BlueprintJS icons are licensed under a custom Apache 2.0 license.
Copyright © 2021 Segment.io, Inc.