Chalarangelo / furl

Functional react.js components.

Home Page:https://furl.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Housekeeping

Chalarangelo opened this issue · comments

  • Check prop immutability for all components, update as necessary using other variables to avoid prop mutation.
  • Grabbing id right from the props might not be absolutely necessary for all components, probably only keep it in components that actually need to make use of it and have custom logic for it.
  • className and classNames usage needs to be made more consistent.
  • After #2 is resolved and all the general use props are added, update components to create style dynamically from custom properties such as fontWeight or backgroundColor.