Victor René Molina Rodríguez

Results 14 issues of Victor René Molina Rodríguez

### Bug The links in repo page/README ref to: `https://jsv9000.app/` Doesn't get through: ### Fix Adjust DNS or web server config might be the right fix, but for a patch,...

We need to establish an in-component example to demonstrate how one could do data-fetching with `phantom`. End result could be akin to this rough sketch (using `GraphQL`): ```js async function...

🎮 examples
🧪 experiment

After Phantom v3, there will be a crucial `PhantomData` type which will allow user-defined properties to be added to a `PhantomComponent`'s instance. It would be ideas to create `type PhantomData`...

💅🏼 enhancement
👻 phantom
🗜 types

Have tested this and it works. The result is a much more idiomatic user—side Phantom, similar to class—based React, but with key differences: ### User lists children by returning an...

👻 phantom
🧪 experiment
🌋 epic

We are currently testing specific aspects of the phantom engine. DOM, exorcising, interfaces. It would be bery nise to have a dev—only test file where we can run fast experiments...

✔️ tests
🧪 experiment

State machines are amazingly useful conditional devices for frontend rendering and data-fetching. It would be fantastic Phantom could provide a home-brewed state machine solution with similar functionality to [XState](https://github.com/davidkpiano/xstate).

💅🏼 enhancement
👻 phantom
🧪 experiment
🌋 epic

Phantom could offer a routing helper. `import phantom, { phantomRouter } = "@sidiousvic/phantom"` Perhaps this could be a function that returns a router with tools and helpers, etc. Something like...

💅🏼 enhancement
👻 phantom
🧪 experiment
🌋 epic

Tests are few and currently written in JS. No better time to rewrite them to TS for a bit more robustness. @nayelyrodarte I will do it this in the weekend...

✔️ tests
⚠️ critical

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