Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap #27

Open
12 tasks
ricokahler opened this issue Mar 22, 2020 · 0 comments
Open
12 tasks

Roadmap #27

ricokahler opened this issue Mar 22, 2020 · 0 comments

Comments

@ricokahler
Copy link
Owner

ricokahler commented Mar 22, 2020

This is a preliminary list of todo list items and ideas I've had. This list is not exhaustive and I'll be adding to this over time. Please feel free to comment or +1 with any small feature requests. (Though you may want to open an issue for bigger feature requests).

A note on timelines: currently, there is no timeline for a stable 1.0 release. I can only see that happening with increased usage and different scenarios. In particular, this lib is being concurrently built with my component library, Hacker UI. When that project is stable, this project will also be stable.

  • atomic css-in-js (big)
  • [docs] A pretty website
  • [feature] Ability to reference current component class names. e.g. styles from style function args (to access class names for selectors)
  • [feature] object expressions like linaria
  • [feature] gatsby support via a react-style-system gatsby plugin
  • [feature] next.js support
  • [feature] support re-exports for libs (i.e. allow importing react-style-system from somewhere else)
  • [bug] transformCssTemplateLiteral: don't wrap staticVar expressions in template literal strings (just inline it)
  • [bug] when babel transforms with a @babel/preset-env env that transpiles template literal strings, it removes spaces and strings in between expressions
  • [improvement] automatic detection of whether an expression can be automatically staticVared.
  • [improvement] better error messages on "failed to execute"
  • [improvement] upgrade to stylis 4

A big feature that I want to add (and will become quite an essential feature) is the ability to compile to atomic css-in-js. I have another repo that implements this here atomic-css-in-js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant