Tag: handlebarsjs
-
How to integrate a react component into an Expressjs app
In a previous post, I walked thru converting an expressjs partial into a react component. Now that I have that set up, in this post I’ll define the subsequent step of integrating the component into the app. Our component is built as an exportable ES6 module, but it is not yet imported anywhere. This project…