RSSAmplifier

Blog

oscard0m Blog

A blog created with 🤖 and ☕

web-oscard0m.vercel.appRSS feed ↗15 posts

Latest posts

How to use 'Nested Layouts' without 'Nested URLs' in Remix

During my recent experiments with Remix, I delved into "Pathless Routes". This approach not only reshaped layout sharing but also elegantly decoupled the parent route from root.ts, streamlining my code structure.

Faster and colorful Command-Line tools 🌈⚡

Tired of boring plain outputs when running commands in your Command-Line? And want to get better performance numbers?

TMIL: Using the "value" attribute in forms with React

Consolidated this concept while working on a website made in React

TMIL: Google Chrome: Record, replay & measure user flows

null

TMIL: rendering Arrays in React

Notes taken, resources collected and blog post ideas obtained from EpicReact lesson

TMIL: forms in React

Notes taken, resources collected and blog post ideas obtained from EpicReact lesson

TMIL: styling in React

Notes taken, resources collected and blog post ideas obtained from EpicReact lesson

TMIL: creating Custom Components

Notes taken, resources collected and blog post ideas obtained from EpicReact lesson

TMIL: using JSX

Notes taken, resources collected and blog post ideas obtained from EpicReact lesson

TMIL: Into to raw React APIs

Notes taken, resources collected and blog post ideas obtained from EpicReact lesson

TMIL: Basic JS "Hello World"

Notes taken, resources collected and blog post ideas obtained from EpicReact lesson

Creating my personal npm card

Created a personal npm card inspired by [bitandbang](https://github.com/bnb/bitandbang)

Event.preventDefault() vs. Event.stopPropagation()

What is the difference between using `preventDefault` and `stopPropagation`?

What is Event.preventDefault() for?

What is the difference between using preventDefault or not using it when creating an eventHandler

Hello dev community!