News

Preparing the data for React-vis. To start, I’ve bootstrapped a React project with create-react-app and added a few dependencies: react-vis, d3-fetch to help pull in the CSV data, and moment to ...
Walk the React component tree and allow components to statically declare what data they need. The server can then load the data before rendering. This approach is not really idiomatic React because it ...
Create your datasource (frontmatter metadata within a file) Create the schema that represents that datasource using JSONSCHEMA. (Optionally) customise how the data is represented as a UI using ...