Jonathon Reese Perry
Jonathon Reese Perry
> Adding on, I'm using the [official polyfill](https://github.com/js-temporal/temporal-polyfill) for the [upcoming `Temporal` standard library](https://tc39.es/proposal-temporal/docs/) in my project and I want to be able to send `Temporal.Instant`s (and such) between the...
I wanted to add my use case for accessing styles, I have a portfolio site with resume/CV component I've made and wish to display it on page differently than download...
> I am working on porting my company's SDUI framework from mobile only to web. Astro looks like a great fit, as our SDUI framework is component based as well....
I cast a vote for camelCase, react has a similar pattern already using camelCase for style object arg
@Thiagolino8, I meant more looking at many frameworks that already have capability for object style, react/solidjs and I'm not sure about vue. But I'd love kabob-case if that was allowed...
> > Is this ready for testing it in a project? > > what is left / where we can help. I see an error in types that has an...
> Yes, I've already thought about it. My plan is to create a "source" abstraction that returns the documents of a collection along with a watcher. The implementation of the...
I believe the crutch Memory usage per event vs only a single allocation for every event?
All I see in packages/core/src/index.ts is a listen that just calls add listener for both main branch and new-api branch
Still looks like you are initializing 4 listeners, that hold single function call through binding to self functions for handling, when you could just have listen(el, this), and example implementation...