javascript-react-patterns
javascript-react-patterns copied to clipboard
Repo related to the FrontendMasters course on JavaScript and React patterns
Fix typo
edited "wnatend" to "wanted"
can i commit on your repo? for example test files for get pr badge?
## What For the JavaScript example related to Singleton pattern, we were not passing in any param to the Counter class's constructor. This PR fixes this minor typo.
In the second implementation of the compound pattern, since we are using the `React.Cuhildren.map` and `React.cloneElement`, I think we won't need to use `context` anymore and all the values are...
Hi, the counter class gave me the following error messages: - counter is not defined - After initialization (this.counter = 0) "counter is read-only" Removing Object.freeze and returning the instance...
Fix typo in the content