Skip to content
Closed
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
2 changes: 1 addition & 1 deletion dotcom-rendering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ There are some concepts to learn, that will make working with Dotcom Rendering c

- Design and Display Types use the [Switch Pattern](docs/patterns/switch-on-display-design.md)
- [DecideLayout](docs/patterns/decide-layout.md)
- [Prop Drilling](https://kentcdodds.com/blog/prop-drilling/) (and [why we don't use React Context](docs/architecture/016-react-context-api.md))
- [Prop Drilling](https://kentcdodds.com/blog/prop-drilling/) (and [why we rarely use React Context](docs/architecture/028-react-context-api.md))
- Dynamic imports
- [Enhancers](docs/patterns/enhancers.md)
- Data generated in Frontend
Expand Down