Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/content/01_introduction/getting-started.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ The typical workflow in developing a Prodo app is to
2. **Define your actions as simple functions mutating the state of your model**
3. **Use functional React components to render the model in its current state**

<br/><br/>
The diagram below gives you an overview of how Prodo's architecture works. We will go through each of the steps in more detail in the following sections.

![Architecture diagram](../images/modeldiagram1.jpg "Architecture diagram")

<br/><br/>

## Specifying the Model

The [model](/basics/model) holds all of the types used in your actions and components
Expand Down
Binary file added docs/content/images/modeldiagram1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
{
resolve: `gatsby-remark-images`,
options: {
maxWidth: 590,
maxWidth: 1024,
},
},
{
Expand Down