Hammer Review is a sample application created with the Redwood Framework to demonstrate common usage patterns and guide new adopters of the framework. It demonstrates many of the core Redwood concepts including:
- Routing using pages
- Wrapping pages in layouts
- Authentication using Netlify Identity
- Components which handle their own data access, loading placeholders and display we call cells
- Remote data access via GraphQL
- A serverless API deployed somewhere like Netlify
Check out the code in the example-blog repo and read the README for more info.