trotyl / ng-vdom

(Developer Preview) A virtual-DOM extension for Angular, also work as React bridge.
259 stars 12 forks source link

RFC: rename to ng-render #29

Open trotyl opened 5 years ago

trotyl commented 5 years ago

VDOM has severe problem in casing:

ng-render provides a more meaningful concepts, which integrates Angular with render function, also matches existing API:

import { Renderable } from 'ng-render'

@Component()
class MyComponent extends Renderable {
  render() { /* ... */ }
}

Directives:

LayZeeDK commented 4 years ago

Shouldn't it be ngx-render? (x for Angular, not AngularJS)