Victor René Molina Rodríguez
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...
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`...
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...
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...
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).
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...
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...
With the implementation of the phantom sanitizer (#13 ), `phantom` can boast increased security. The documentation/README should reflect this.
#### 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...