Skip to main content

One post tagged with "match"

View All Tags

· 5 min read
Peter Dyer

To this point we have built a lot of boilerplate code. That is, what we have built is code that really isn't specific to our application, it is code required by any application. We've built authentication and authorization, we've build our navigation, etc. Now we will start to work on the features that define this specific application.