Garnet

Results 43 comments of Garnet

Are you asking the community what they consider "real world" for web application development in 2021 compared to the current 2017 spec? Between #693 and #694 I don't see any...

@alex-shamshurin There are plenty of tools to help you (babel-preset-env, browserlist) and esbuild doesn't have to be that tool. Carrying the baggage to support IE 11 doesn't help move the...

@alex-shamshurin PRs welcomed :)

@wessberg Can you share any perspective as to why it is important to deliver ES5 code and why it's worth your time as a developer to support those browsers? Many...

This has been a huge issue for sure. I hacked it out in the TS playground way back in April and eventually hopped into the TS Discord to ask for...

I played around with TS playground to come up with a way to stamp/brand/tag signals so their type is like `Signal` and they don't need to be defined using an...

> so I don't need the framework to do anything here... Perfect! Then don't use the framework 😄 Haptic shouldn't be the golden hammer for all use cases, and because...

> The value is left in the input, although it is wired with value={wire(state.moreFood)} - is that the wrong way to do it? No you're right and when trying your...

> Anyhow, what do you think, is this good enough to just dump into the repository for now? I'm not sure I'd want a list reconciler in the main repo...

> Yes it does: Ah yes I was thinking about `luwes/memo` (which isn't complicated). I agree a list/map feature should have a home in the stdlib of Haptic I just...