potrata / warp

Web-agnostic Rapid Prototyping system
0 stars 1 forks source link

Component implementation simplicity #5

Open potrata opened 9 years ago

potrata commented 9 years ago
  1. static members can be easily moved under the class scope, since correspoding polyfill is turned on in .babelrc.
  2. Coupling between the framework and the concrete components has to be reduced. The following line of code is presented in every component's module at this time: import { Component } from 'node-warp';
stremlenye commented 8 years ago

How do you suppose to remove Component dependency?