OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 222 forks source link

Various performance fixes #932

Closed kylemh closed 6 years ago

kylemh commented 6 years ago

Description of changes

  1. Use defer or async on Raven.
  2. Delete everything referencing react-table
  3. Bundle notification.css via import in src/index.js

Issue Resolved

Fixes #930