Alexis H. Munsayac

Results 40 issues of Alexis H. Munsayac

As the title says. Currently `hyper` and `lit` only run on browser runtime, so if one were to use these on server-side, users aren't able to use SSR API from...

Currently, the code `` compiles into ```js createComponent(Counter, { "use:example": "Hello World" }) ``` We could probably make it work into ```js createComponent(Counter, { ref(node) { example(node, 'Hello World'); },...

Add an SSR feature called `renderToJSON`/`serialize` that instead of rendering an HTML markup, renders the JSON representation of the markup. This is a very wild idea. Obviously, the SSR formats...

Currently, directives are always guaranteed to run first, regardless if the dynamic attribute is declared first. We can consider this issue in the future however we can't do this right...

I've discussed this on Discord temporarily. Provide a way for the client to batch updates inside event handlers. React is already doing this internally with `react-dom`, and I believe others...

Mentioned at https://github.com/krausest/js-framework-benchmark/issues/936#issuecomment-918080302 # Implementation details - Unlike `vanillajs` and `vanillajs-1`, this implementation assumes that the store and the UI are synchronized, instead of deriving UI from the store. This...

LPEG library provides parsing expression grammars for Lua Link: http://www.inf.puc-rio.br/~roberto/lpeg/

Make sure these boxes are checked before submitting your issue - thank you! (If your issue is neither a both bug nor a request, please write in a free style)...

Server-rendered keyframe cache: ![image](https://user-images.githubusercontent.com/4783372/99280373-370b5280-286c-11eb-9415-8e12261f92da.png) Client-rendered keyframe cache: ![image](https://user-images.githubusercontent.com/4783372/99280454-51453080-286c-11eb-8106-4e3942b62a28.png) This breaks most of the animation in our website. You can visit the initial animation on our website [here](https://lyon.com.ph) and notice how...

I would like to ask the current status of Styletron? There have been commits in this repository, but the last commits to one of the package was 8 months ago,...