Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 670 Bytes

File metadata and controls

23 lines (16 loc) · 670 Bytes
sidebar_position
11

Template Engines (Server Side)

Recommended packages

No recommended packages.

Guidance

Server side templating is no longer common for creating UIs, and has never been common for implementing microservice APIs.

React and Angular have alternatives to templating (Server Side Rendering, SSR).

If a template engine is included in a toolset, then it doesn't have to be chosen, the recommendation would be to use the one provided (for example, eleventy uses Nunjucks and Express supports a number of options including ejs).