Victor René Molina Rodríguez

Results 14 issues of Victor René Molina Rodríguez

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