What are 3 benefits of using Express
How does a template work?
At runtime, a template engine replaces variables in
a template file with actual values, and transforms
the template into HTML sent to the client.
Benefits of PUG?
drawbacks of PUG?
- you cannot use html, only pug
what is reactive programming?
a way of programming in which the output of a
computation is updated automatically when the inputs change.