This folder contains example projects implemented with reSolve. You can use them to study various use-case scenarios or as templates for new reSolve applications.
The following example projects are available:
| Example Name | Description |
|---|---|
| hello-world | A blank app used as a default template for new reSolve applications |
| with-postcss | Demonstrates how to work with postCSS |
| with-styled-components | Demonstrates how to work with Styled Components |
| shopping-list | Demonstrates how to work with Read Models and View Models |
| shopping-list-advanced | Demonstrates how to use reSolve with React Native |
| hacker-news | A clone of the HackerNews application implemented using reSolve |
You can create a new application based on example code using the create-resolve-app command with the -e flag followed by an example name. Use the create-resolve-app -h command to list the available examples in this folder.
npx create-resolve-app resolve-example -e <example name>