User will be able to experiment and observe effects of adjustments to several relevant values affecting cloud image
React | 16.4.2 | √ |
Normalization | Safari, Moz, Chrome | √ |
Layout | CSS Grid/Flexbox | √ |
Styling | Styled-Components | √ |
Removed Decorative Tiles with significant gains in FirstMeaningfulPaint (while still substantial, improves things a great deal). This detail shows the first proof of this tool's utility. Inputs from sliders are delivered into the SVGFilter component & then changes are rendered in the CloudDisplay>CloudModel component.
Every slider works, now. There are decisions to make about ranges. Considering 5 or six buttons at bottom to call each setState to a pre-configured type of cloud configuration.
React scaffolding using the recommendations Brian Holt's excellent react course on FrontEndMasters
Sliders built in styled-components based on this tutorial (with thanks to Brice Ayers)