Hacker News new | ask | show | jobs
by s986s 3773 days ago
I want to contribute to this but there are a few things holding me back.

- usage of global instead of commonjs or es6 modues - using an uncommon build system makes me uncomfortable

- _.can instead of prototype or just object creation - I cant say I understand why.

What I want to do

- allow it to use multiple renderers - toString, DOM, blessed with the goal of image output and webworker proof of concept

- give promise support to get Initial State - when attempting isomorphism in react, creating components based off a database is a pain unless retreived before hand and passed from parent to child in often disgustingly deep manners. Simply allowing the return of a promise fixes this in many ways