VandyHacks / vaken

Next-gen hackathon registration system
MIT License
49 stars 12 forks source link

Switch to React from CDN #799

Closed leonm1 closed 3 years ago

leonm1 commented 3 years ago

Summary

Switch to using React from cdn rather than preact, as discussed in dev directors' meeting.

Getting React from a CDN gives us the caching advantage that most users will have react cached from other sites and eliminates the bundle penalty.

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 6f308c24 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (0% is the threshold).

This pull request will bring the total coverage in the repository to 45.0% (0.0% change).

View more on Code Climate.