Live data from Hacker News

Show HN: HyperApp – 1k JavaScript framework for building web applications

github.com

1–10 of 169 posts

Re: Show HN: HyperApp – 1k JavaScript framework for building web applications

#5

This one is 25 bytes gzipped http://vanilla-js.com/

You do realize that this is simply a page that advocates using plain JavaScript and isn’t an actual “framework” right?

I mean I can see the point you are trying to make, but it feels mildly disingenuous to link to this without explaining what you really mean.

Re: Show HN: HyperApp – 1k JavaScript framework for building web applications

#7
Side question: Isn't it grossly inefficient that in Redux, you have reducers that return an entirely new state object? Wouldn't it be better to return some kind of data that represents just the diff you intend to make, like {op: INCREMENT, arg: 1, key: "Foo"}?
Post reply on HN