earmuff-jam / climate

Climate is designed to aide you with your item management.
https://climate-theta.vercel.app/
0 stars 0 forks source link

Adds ability to use styled components for performant rendering #53

Closed earmuff-jam closed 1 year ago

earmuff-jam commented 1 year ago

Using sx and classNames are making the application a bit slower. We should start converting these to the proper styled component.

earmuff-jam commented 1 year ago
  1. First try complete - https://github.com/earmuff-jam/climate/pull/54
mohit2530 commented 1 year ago
  1. Second try complete https://github.com/earmuff-jam/climate/pull/56.