- Modern JavaScript Web Development Cookbook
- Federico Kereki
- 63字
- 2021-07-02 14:49:52
How to do it...
In the following sections, we'll see many functions that we'll be using through the rest of this book, such as interpolation (to build up strings out of several parts) or tagged strings (which we'll use to style components in the Creating StyledComponents for inline styling section of Chapter 7, Enhancing Your Application), to show just two examples.