Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
React Components

You're reading from  React Components

Product type Book
Published in Apr 2016
Publisher
ISBN-13 9781785889288
Pages 182 pages
Edition 1st Edition
Languages
Author (1):
Christopher Pitt Christopher Pitt
Profile icon Christopher Pitt

Alternatives


There are a few other ways in which we can style and animate React components, and they all deal with the issue in subtly different ways.

CSS modules

CSS modules allow you to define styles that only apply in a local context to individual elements. They look like regular CSS styles, but when they're applied to components, they are altered so that the class names given to components are unique. You can read more about CSS modules at http://glenmaddern.com/articles/css-modules.

React style

React style is a way of creating inline styles as slightly enhanced objects. It lacks support for a few common CSS selectors, but does a good job otherwise. You can read more about it at https://github.com/js-next/react-style.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}