Views in Adonis.

We'll cover the following

What is a View in AdonisJS

A view is what a user sees or what gets rendered to HTML. Adonis uses edge templating to render views. Although core business logic is kept out of views, they still use logical expressions in form of tags to manipulate and control data. We can see a good example in the quiz-end.edge view of our app.

Get hands-on with 1200+ tech skills courses.