Closed victor-yang-bot closed 4 years ago
Hi @victor-a-rigacci
Thanks for interesting to nanoexpress
!
This project doesn't built to be used with handlersbars
at beginning, because there none of user was mentioned this within alpha
phase.
There has 3 options:
const contentOfTemplate: string = getSomehowYourHandlerbarFile();
app.get('/hi', (req: HttpRequest, res: HttpResponse): HttpResponse => res.end(contentOfTemplate({yourPropsHere})));
3. *This variant only if you don't have time to try out 2 options above*
Back to `express` or any of `Handlers` supported backend server framework (`Fastify`?)
@victor-a-rigacci Is your question was answered? If yes, please close issue. Thanks
@victor-a-rigacci As an option, you can become Sponsor with level Pro patron or higher and can ask feature you want
Hi, im trying to run handlebars(view engine) with nanoexpress, any recommendation?