How to Use Handlebars with Netlify Serverless Functions
Less code, faster results, easier maintenance
Published in
5 min readApr 15, 2022
--
Netlify Serverless Functions (or simply Functions for short) have been a game changer. Before, in order to build an HTML template, populate it with data, and have it be web-accessible required setting up some sort of server, such as ExpressJS or perhaps diving into something like React.