wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.63k stars 1.18k forks source link

Thoughts - Refactor the app so we can begin to use styled-components #245

Open cursorial opened 3 years ago

cursorial commented 3 years ago

We would like to use styled-components to handle styling in the Thoughts example app. Unfortunately, the current state of the app would mean that doing this will cause some pretty bad code smells. We'll need to take some time to clean it up and refactor it first before we go ahead and start integrating styled-components.

See https://github.com/wasp-lang/wasp/pull/244 for further details

Martinsos commented 3 years ago

Sounds good, let's go for it!