SPACECAMP!

Webpack + React + Meteor + CSS Modules
Inspired by this awesome project.

Why Webpack?

  • ES2015 Modules
  • Hot Module Replacement
  • Fast loadtime on the client

ES2015 Modules

Benefits:
More control over which javascript is being sent to the client
Clean global namespace.

CSS Modules

Without CSS Modules

With CSS Modules

The Output

Made with Slides.com