Skip to content

microsoft/satcheljs-cookbook

Repository files navigation

SatchelJS Cookbook

This cookbook centers around a single example of a book shop. There are several recipes in the form of Markdown files under the "recipes" directory that point to various parts of the example inside the discussion section.

Recipes

  1. Simple state changes
  2. Access store data from inside components
  3. Update shared state from different parts of the UI
  4. Independent state changes from one single action
  5. Coordinating related state changes from one single action
  6. Persist updates on server with network calls

Running the examples

git clone https://github.com/microsoft/satcheljs-cookbook
yarn
yarn start

Open your browser to http://localhost:3000 and click on an example.

Running tests

yarn test

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.