olavea / gatsby-theme-picture-book

Create a Do-It-Yourself picture book together with a child you know.
https://petra-rabbit.netlify.com
8 stars 2 forks source link

Use consts to make arbitrary keyCodes more readable. #45

Open raae opened 5 years ago

raae commented 5 years ago

Per @martingri suggestion create consts on top of PageFlipper.

Ie:

const RIGHT_ARROW = 37 // or was it 39

The convention is to use capital letters and underscores like the example above.