Post Redirect Get Pattern Example
In this post we are going to cover the Post Redirect Get pattern using NodeJS, Express, TypeScript, and for rendering things, Nunjucks and the Gov UK front end. This pattern is generic to any MVC implementation, and the concepts are very easily adapted. The Post Redirect Get pattern is for handling form submissions in web … Read more