Show HN: My new JavaScript MVC framework
21–30 of 167 posts
Re: Show HN: My new JavaScript MVC framework
#22Re: Show HN: My new JavaScript MVC framework
#23Quite similar to React? Probably about the same performance?
Re: Show HN: My new JavaScript MVC framework
#24I love the simplicity and independent direction this micro-framework provides. It's very 'non-magical' which I think makes it far more appealing.
If you end up solving the HATEOAS/ember-data sideloading/'embedded foreign key data loading' problem I think this will be my goto library (though this probably falls out of the microframework requirements also ;)
Re: Show HN: My new JavaScript MVC framework
#25I don't mean this in a bad way, but do we really need another Javascript framework? Wouldn't author's energy be more useful when contributing to one of the existing ones?
Re: Show HN: My new JavaScript MVC framework
#26Earlier quoted context omitted.
The three rings are in a span. So it's content 'o' in span, the 'o' in :before and 'o' in :after. Then he uses a -webkit-animation to translate the positions of each ring. @keyframes logo { from {opacity:0;transform:scale(2) rotate(359deg);} to {opacity:1;transform:scale(1) rotate(0deg);} } @-webkit-keyframes logo { from {opacity:0;-webkit-transform:scale(2) rotate(359deg);} to {opacity:1;-webkit-transform:scale(1) r…
But does that explain how it's not triggered until you click the tab?
Re: Show HN: My new JavaScript MVC framework
#27Re: Show HN: My new JavaScript MVC framework
#28I don't mean this in a bad way, but do we really need another Javascript framework? Wouldn't author's energy be more useful when contributing to one of the existing ones?
Obviously the author thinks so.
Re: Show HN: My new JavaScript MVC framework
#29Earlier quoted context omitted.
Unfortunately, they all start out this way it seems. Hopefully, this one will remain this way.
The way to keep it that way is to never add even 1 new feature and only fix bugs. That's not a bad idea actually; if you don't, it'll end up like every other framework on earth. So it's a good niche to say 'this is it' and keep it exactly like that even though it 'lacks features'.
Re: Show HN: My new JavaScript MVC framework
#30do you have a todomvc example :)