Custom Style Editor Take a look at this new CSS editor that I created for our dashboard at Periodic. It allows users to choose any color from a color picker and any font from over 1000 Google Fonts t…
A Quick Aside I’m not sure if this is the best way to think about this, but this is how I make sense of lifting the state. In this case we are going to be calling a function from from where the compo…
The way we render a react element is very similar to doing something like and then appending our new element. At the highest level of any React project we start by passing JSX into the ReactDOM.rend…