Back to Styled Components

Create React App

sections/faqs/create-react-app.mdx

latest587 B
Original Source

How do I use styled-components with create-react-app?

Note: Create React App is no longer actively maintained. Consider using Next.js, Remix, or Vite for new projects.

styled-components works out of the box with Create React App like any other library.

For advanced features like the babel plugin, you would need to eject or use tools like CRACO. However, for new projects, we recommend using a modern framework with native styled-components support.