aesthetic-suite / framework

🎨 Aesthetic is an end-to-end multi-platform styling framework that offers a strict design system, robust atomic CSS-in-JS engine, a structural style sheet specification (SSS), a low-runtime solution, and much more!
https://aestheticsuite.dev
MIT License
203 stars 5 forks source link

Move React utilities into its own package #47

Closed milesj closed 5 years ago

milesj commented 5 years ago

Aesthetic is already framework agnostic but it does provide class methods for generating React hooks and HOCs. If we extract the React utilities into their own package, this paves the way for supporting additional frameworks, like Vue or Angular.