Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 956 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 956 Bytes

Comparing CSS in JS options

For a NashJS meetup talk, I wanted to compare CSS in JS libraries as an alternative to importing CSS (or processed stylesheets) in React applications. Trying to check my bias against new things as much as possible and evaluate each one.

I began with the following mock that I found on the internet as my starting point: form-examples-inspiration-omada-contact

Using Create React App as a starter, I first implemented with global CSS stylesheets (see vanilla folder). Then I created pull requests to refactor using the following methods: