jorgebucaran / hyperapp

1kB-ish JavaScript framework for building hypertext applications
MIT License
19.06k stars 781 forks source link

Hyperapp on Best of JavaScript / Move from hyperapp org #759

Closed michaelrambeau closed 6 years ago

michaelrambeau commented 6 years ago

Hello Jorge @jorgebucaran , Thank you for your amazing work.

I run a project called Best of JavaScript where you can see that HyperApp is the 4th trendiest UI framework, taking into account the GitHub stars over the last 12 months: https://bestofjs.org/tags/framework/trending/last-12-months

image

I wonder if there is a reason why the project moved from https://github.com/hyperapp to your personal account?

I'm asking because the org icon used to be displayed as the project icon but now it's your avatar that shows up.

If the repo is going to stay on your account, I will set up manually the right icon for the project. (and it's not because I don't like your avatar 😄 !)

image

Thank you for your answer! By the way superfine is also on Best of JavaScript, keep up the great work!

jorgebucaran commented 6 years ago

@michaelrambeau If the repo is going to stay on your account, I will set up manually the right icon for the project.

Hi Michael! Yes, and could you please use the following icon:

https://user-images.githubusercontent.com/56996/45584055-f91ae880-b907-11e8-8e03-18b5467824bd.png

hyperapp

I wonder if there is a reason why the project moved from https://github.com/hyperapp to your personal account?

I decided to put it back on my account. The <github.com/hyperapp> organization will be used to host related repositories like awesome-hyperapp, CLI tools, migration tools, or projects of collective interest such as real-world examples: RealWorldApp, TodoMVC, etc.

By the way superfine is also on Best of JavaScript, keep up the great work!

I just found it: https://bestof.js.org/projects/superfine 😍

Thanks for letting me know. I noticed the npm package name was not correct. Could you change it to superfine please?


Note: There is a possibility the logo might change again in the future (see #694), if that happens I'll post a message in this thread so that you are notified.

Cheers! 🙌

michaelrambeau commented 6 years ago

Thank you Jorge @jorgebucaran for your quick answer.

Best of JavaScript has been updated with the right icon (you may have to reload the page): https://bestofjs.org/tags/framework/trending/last-12-months

image

Still the UI framework number 4 this year 😄 !

Also I fixed the package name for superfine package, it seems that package had several lives (it used to be called PicoDOM, PatchdDOM and UltraDOM according to my personal notes!)

I've just noticed you sent me the request on Twitter about the logo, one week ago, sorry for the miss.

And you live in Japan, too, we may meet one day to talk about JavaScript, who knows.

jorgebucaran commented 6 years ago

@michaelrambeau Also I fixed the package name for superfine package, it seems that package had several lives (it used to be called PicoDOM, PatchDOM and UltraDOM according to my personal notes!)

Oh, yes, I know. We all know. 🤣

And you live in Japan, too, we may meet one day to talk about JavaScript, who knows.

Yes, in Tokyo. I should definitely visit Osaka one of these days.

jorgebucaran commented 6 years ago

Best of JavaScript has been updated with the right icon.

Thank you! 🙌:tada:

jorgebucaran commented 5 years ago

Yo~! @michaelrambeau It seems the logo is out of sync again. I'm getting a broken image. 💔

One more thing, it seems Hyperapp is listed as a UI framework, but not as a Virtual DOM. This seems inconsistent because Hyperapp is also a Virtual DOM. Would it be possible to add the Virtual DOM label (in addition to UI Framework) to Hyperapp?