kabir shah

Results 77 comments of kabir shah

Actually, Moon aimed to have mechanisms for storing DOM state directly within vnodes, moving the responsibility of maintaining DOM state to the developer (e.g. a `focus` prop). I realized that...

Yes, I've been thinking about making an hnpwa, and I'm currently working on a PR for todomvc, it is already available, just not official.

Yup, this is definitely on the roadmap. If you'd like to build a syntax highlighter then go for it! I'd recommend building one for whichever editor you personally use. Creating...

There are no plans as of now to use TypeScript within Moon itself, and I may write types for the API — it's lower priority though. Right now I'm focusing...

Yup, type definitions might be added but aren't top priority for now. > If I get something I'll link it on this and submit a pull request to update the...

Are there any errors in the console?

Alright, last thing (hopefully): Can I see the `index.html` template?

Can you use the development version of Moon (`moonjs/dist/moon.js`) and post the stack trace?

Sold uses the same ones as GitHub in order to encourage a smaller set of extensions to be used consistently. ```js const markdownExtensions = ["markdown", "mdown", "mkdn", "mkd", "md"]; ```...