Mobile | Mon Apr 11 2022
Styled Components
Hello my friend! 👋🏼
Styled Components is the result of wondering how we could enhance CSS for styling React component systems. By focusing on a single use case we managed to optimize the experience for developers as well as the output for end users.
Styled Components provides:
- Automatic critical CSS
- No class name bugs
- Easier deletion of CS
- Simple dynamic styling
- Painless maintenance
- Automatic vendor prefixing
If you would like to know more about Styled Components, please visit the official website.
About this app
This tutorial is perfect for those who are new to React Native and want to learn how to use Styled Components.
Dependencies
To be able to use Styled Components, you only need to install the following dependencie:
yarn add styled-components
Conclusion
Styled Components is easy to setup and give you a lot of options to customize your styles.
Links
Go back to Projects