kabir shah

Results 77 comments of kabir shah

Thanks @anonimusprogramus! I'll look into making it more readable using color. I'm not sure about the correct font size though, as other documentation sites usually use a size around 15px....

[Moon v1 beta 3 is out!](https://kbrsh.github.io/moon) :tada: Let me know what you all think :)

@riiccardo Looks like your version of Windows doesn't have `tar`. Moon CLI depends on `tar` being available, but I can maybe look into a fix. For now, the boilerplate template...

@anonimusprogramus [@moonjs_](https://twitter.com/moonjs_)

@riiccardo Components don't have local state and shouldn't use `Moon.use` or `Moon.run`. Those are in `index.js` because they are only ran once to kick off the application. If you want...

@anonimusprogramus It's just convention, since the `Index.js` file exports a component named `Index`. Capital letters is how Moon detects components, and builtins are all lowercase. It's just like React (even...

@sandorTuranszky There are currently no plans to rewrite Moon in Typescript.

Haha thanks, that's the main reason I found out about the depreciation. I'm just going to keep this open until people stop using Safari 9.

You can definitely use anime with Moon, but I'm planning on adding a new directive: `m-transition` for dealing with animations. This would also add more weight to Moon, making it...

Closing because there is no local state in Moon v1.