James Forbes

Results 67 comments of James Forbes

Just realized this also solves the problem of negating queries from older releases quite neatly. Just include build/release information in the JWT. Then the server can say it only supports...

I think if it doesn't have a negative impact on performance it'd be good to support this. Other libraries with similar api's (e.g. mithril) support variadic children. I often jump...

> found that is easier to use React.createElement() since it doesn't require an array: True, but it doesn't support css selector syntax, so it's not compatible with some pretty compelling...

I just had a thought on this front. I'm still really excited by hashed modules. We don't need to generate client side modules, we can simply have a proxy for...

Ah that's even better!

I'm juggling several big things at the moment so I can't tackle it right now but I'm keen to in the next few weeks as long as you're not planning...

> I'm not even sure we'd need proxies? We can just convert "server calls" in the client output to calls like we do currently. I'd really like this to work...

Just leaving a note to say I'm still intending to continue this work, just got a bit on my plate at the moment. Should be able to pick it up...

Usually, in UI programming time is absolutely irrelevant. Not always, but usually. Usually we want a ratio, or the latest computed value. But we're not interested at all in the...