The curious case of res.render
Dec 29, 2021 · 7 min read · If you have ever tried to build a website, chances are you have encountered res.render. If you program in PHP (Laravel), you know it as view. Route::get('/', function () { return view("home"); }); If you are coming from the land of Ruby on Rails, ...
Join discussion

