-
Notifications
You must be signed in to change notification settings - Fork 9
todo
I want to build a online/disk page cache so we do not need to render. We just take a hash from the input + rest data.
I want to update the pipeline so that the .props on the pipeline reflect the namespace locations. So that if you foobar = @namespace('foobar') then foobar.setProps({test:'hello'}) will let you get foobar.props.test not foobar.foobar.props.test. The problem is that props is from the root for the namespace. (its shared)
I want to have the stylus files imported with out doubling up the common styles
I want to update the jade stuff to have a function to will pick if its a string or react component to !{} will work with both var that are js base (like strings) and with react componets like !{pellet_foo()} or !{this.aReactComponet} but !{this.rawHTML} returns rawHTML.