Join the Nature Wishlist Discord to get help, share your projects, and discuss JavaScript.
Introduction

Nature Wishlist Workshop

Introduction

This website is related to the FrontendMasters workshop on Nature Wishlist (opens in a new tab), which is split up into four parts:

Design Patterns
React Patterns
Rendering Patterns
Performance Patterns

The content is based on Patterns.dev (opens in a new tab) - a free online resource on design patterns and component patterns for building powerful web apps with vanilla JavaScript and React.


The patterns covered on this website and in the workshop can guide you when facing a problem other developers have encountered many times before, but are not a blunt tool for jamming into every scenario. The goal is to raise awareness to certain patterns, the problems they solve, and their implementation.