JavaScript Articles

JavaScript String Interpolation, Tagged Template Literals and CSS-in-JS

July 12, 2020

In this article we're going to look at how to use JavaScript's string interpolation and tagged template literals to create a CSS-in-JS library for React. If you haven't worked with React hooks before, I'd recommend taking a look at the docs to get…

Read More