Viewing profile — sergiodxa
sergiodxa
HN member- Joined
- Sat, Feb 20, 2016, 3:45 AM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About sergiodxa
No profile information was provided.
Recent public activity
-
comment
Comment #30374980
You're probably feeling it's faster because it's using on every link so everything is prefetched before you click the link (when you hover them) which makes the navigation almost i…
-
comment
Comment #30374891
Remix has a ScrollRestoration component to handle the scroll position when going back and forward in the browser history. When you click the browser back button as far as I remembe…
-
comment
Comment #30374798
I was coming to say something like this, also if Remix ever supports RSC it will most likely (IMO) be under noticed, like you just name a route `.server.tsx` and it will be a RSC a…
-
comment
Comment #19617783
You could create a Docker image that runs `npm install` and upload it to the hub.
-
comment
Comment #17760118
Now uses Docker so you just need to also use Docker to run your container, there is nothing special to do to run it in locally or offline since we don't require you an specific run…
-
comment
Comment #16475279
It supports Dockerfile so you can deploy any backend technology using Docker containers, not only Node.js