Skip to content

Commit

Permalink
update todos (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon authored Oct 30, 2023
1 parent 8c839ca commit 8223b15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ This is a proof of concept. There are a lot of things that need to be done befor

- [ ] improve js parsing - right now it not reusing babel..
- [ ] better sourcemaps
- [ ] add theme provider (which works for Server Components)
- [ ] add support for forwardRef
- [ ] add support for attrs
- [ ] improve runtime code size and typings
- [ ] maybe remove proxy by compiling `styled.button -> styled("button")`
- [ ] replace the current config apporach with a solution similar to vanilla-extracts `.styles.ts` files
- [ ] better error messages
- [x] add theme provider (which works for Server Components)
- [x] add support for forwardRef
- [x] add support for attrs
- [x] config hot module reloading


Expand Down

0 comments on commit 8223b15

Please sign in to comment.