Export Image
Export Code

Rendering CSV named colors with React

Ilgar Akalın

Last edited Oct 04, 2021
Created on Oct 04, 2021

Loading CsV data in React

Includes:

  • Mouse events
  • Unidirectional Data Flow
  • The notion of "State"
  • React's useState hook

A program that loads in some data from MDN: css named colors using D3 utilities, and uses React to render the data.

MIT Licensed