Michael Bleigh @mbleigh.dev · Oct 28

Use views to create virtual types. For instance, if I have a blog/publication where each article has a list of string tags, I can find top tags by creating a virtual Tag type:

0 likes 1 replies

?

Replies

Michael Bleigh · Oct 28

Use views to aggregate information about other types. If I'm building a movie review app, I'll frequently need to surface aggregate review information. Views make it as easy as selecting additional fields in your query: