This talk is about a modular frontend which is an approach not common to most frontend developers. No jQuery, no frameworks. Instead many small, simple abstractions are used, published to npm and bundled with browserify. The NPM-style frontend prefers modularity and simple abstractions that do one thing well. This talk includes: * Various approaches to creating standalone "components" or "widgets" that are published to npm, including styles & templates. * How to compose various modules together to build your own "framework" with your own trade offs. * How to compose an application from smaller applications * Build small UI components with thin interfaces that you glue together in your application. Your entry point is small, containing the minimal glue code and each UI component addresses its own concerns.
Get notified about new features and conference additions.