-
Having an access to some [hooks](https://github.com/snabbdom/snabbdom#hooks) would make it easier to integrate with outside systems and third-party code - like rendering React/Preact/X components insi…
-
The interface of the `store.update` method is questionable and typing was ignored in several places. This should be refactored and corrected... All stores need changes here.
`snap-preact-components` …
-
While the overarching goal of this web component is to be _similar_ to the modern openEQUELLA technology stack, it's important to be able to be run separately (ie from Moodle, uPortal, Canvas, etc) - …
-
### Description
If I assign a `value` that cannot be parsed as a number to the number field, then then the actual is set as the empty string. In the process, the field fires two `value-changed` eve…
-
I tried to run Tauri with Deno Fresh. So, I used deno_esbuild for compile to deno-fresh entrypoint file. And I used esbuild_deno_loader for module resolution. But, I failed.
```json:deno.json
{
…
-
To demonstrate use of play functions & interactions:
- [x] React
- [x] Vue
- [x] Vue3
- [x] HTML
- [ ] Web-components
- [x] Angular
- [x] Preact
- [x] Svelte
-
You may know me as a low-key maintainer, that I have been putting this on maintenance mode for a while.
With a nod from @PabloSzx, we are now open to sponsors!
It means a few things,
1. More …
-
Hi there,
I've reproduced the problem I alluded to in #131 about differences between preact and react.
Basically it seems that when passing a children array in preact it is passed as a VNode wit…
-
Are there some examples for using jazz in a browser environment without React?
I played around a bit, but did not succeed at all - I could not even build jazz itself.
Thus, some more examples (a…
rozek updated
5 months ago
-
My component page
```
import { Component } from 'preact';
import {style} from './style';
import Map, { GoogleApiWrapper, Marker, InfoWindow } from 'google-maps-react';
class MapContainer extend…