phantom icon indicating copy to clipboard operation
phantom copied to clipboard

๐Ÿ‘ป A reactive DOM rendering engine for building UIs.

Results 43 phantom issues
Sort by recently updated
recently updated
newest added

With the implementation of the phantom sanitizer (#13 ), `phantom` can boast increased security. The documentation/README should reflect this.

๐Ÿ“„ documentation
๐Ÿ„ good first issue
๐ŸŒ€ security

#### In order for a reโ€”render to be triggered, an element must be bound to its data via the `data-phantom` attribute. ```js ${slices} ``` In the example above, the element...

๐Ÿ’…๐Ÿผ enhancement

This is a simple, declarative implementation of a routing mechanism that may or may not work well with `phantom`: **โš  Precludes that the index page is served by default to...

๐Ÿ„ good first issue
๐ŸŽฎ examples
๐Ÿงช experiment

This will also ideally serve as a blog post to promote `phantom` out there in the wild. `examples/pizza` and `examples/todo` are good candidates because of their simplicity. Currently `calculator` is...

๐Ÿ“„ documentation
๐Ÿ„ good first issue

### Some of code in `examples/` was written pretty hastily. It could use some love. - Remove stray `console.logs` - Organize CSS styles and remove unused ones - Destructure variables...

๐Ÿ„ good first issue
๐ŸŽฎ examples

### Where `__tests__` ### Rationale Let's look at `examples/todo`, in the `TodoList` component: ```js function TodoList(list) { // event listeners document.addEventListener("click", toggle); document.addEventListener("mousedown", scaleDown); document.addEventListener("mouseup", scaleUp); document.addEventListener("click", trash); const todoItems...

๐Ÿ„ good first issue
โœ”๏ธ tests

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.0 and updates ancestor dependency [danger](https://github.com/danger/danger-js). These dependencies need to be updated together. Updates `jsonwebtoken` from 8.5.1 to 9.0.0 Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21...

๐Ÿ“ฆ dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

๐Ÿ“ฆ dependencies

Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch) from 3.0.0-1 to 3.1.1. Release notes Sourced from fast-json-patch's releases. 3.1.1 Security Fix for Prototype Pollution - huntr.dev #262 Bug fixes and ES6 modules Use ES6 Modules package...

๐Ÿ“ฆ dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

๐Ÿ“ฆ dependencies