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


