Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Creating a new app with an example code

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
shopping-list Demonstrates how to work with Read Models and View Models.
shopping-list-redux Demonstrates how to use the @resolve-js/react-hooks client library to communicate with the backend.
shopping-list-redux-hoc Demonstrates how to use the @resolve-js/redux library's hooks to communicate with the backend.
hacker-news A clone of the HackerNews application implemented using reSolve.
personal-data Demonstrates how to store encrypted personal data.

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.

npx create-resolve-app resolve-example -e <example name>