Skip to content

4mirai/StateOfJS

 
 

Repository files navigation

Getting Started

npm install

gatsby develop

How Gatsby Works

  • Any file in the pages directory will automatically get its own route (unless its name starts with "_").
  • .csv and .json can be imported and used as JSON directly. .md files can be imported and used as React components.

Browse

Component Structure

  • Pages correspond to actual URLs
  • Templates are generic templates for a type of page
  • Blocks are the content blocks (mostly charts) that make up a template
  • Charts are the actual chart components
  • Elements are other components like legends, axes, etc.

About

The State of JS website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.1%
  • CSS 18.4%
  • Makefile 0.5%