Hacker News new | ask | show | jobs
by mjr578 4227 days ago
We have something that loads up, via requires, the action (or route) that should be run when a URL is encountered.
1 comments

Second dmak, would love to understand more. I can following dynamically loading routes but can't follow how that would be implemented end to end. Some things I would be interested in: - Where do the keep the code that gets executed for new routes? Is that deployed dynamically as well? - If you are changing routes dynamically how do you test in non-prod, are you constantly syncing non prod with prod? - How do you control what you deploy dynamically vs what you migrate through the environments?