- Open VSCode
- Run a web server in WSL, be it Express.js binded to port 8080, parcel-bundler to port 1234, Nuxt to port 3000, it doesn't matter.
console.log('http://localhost:${PORT}')
- Click the link in VSCode terminal
- Port number in MS Edge increases by one to 8081, 1235, 3001, respectively.
- Some web apps' hyperlinks break.
- go-swagger gin
- Nuxt in history mode
Read next

Modern UX with React Server Components
Cody Bennett -

How To Create A "Glassmorphic" Template In Pure HTML & CSS.
Emmaccen -

How to Disable Server-Side Rendering (SSR) in Next.js
A-P Koponen -

The Four Principles of Software Development
Kevin Mezu -
Discussion