* squash prev commits
* remove unneeded axios mock
* set maxWorkers=2
* run with a slow test reporter
* revert: run with a slow test reporter
* Add url check to mock and further reading and alternatives
* use MSW for all API calls in cookbook test suits
* Comments with implem. explanation
* Arrange docs initially to reflect new scenario and remove jest.setTimeout
* updating docs (1)
* updating docs (2)
* updating docs with global guarding and conclusion
---------
Co-authored-by: stevegalili <steve.galili@mywheels.nl>
* create a Jotai examples dir in cookbook with related utils, add state management recipes dir
* add docs with examples
* extract state from component to state, utils, simplify types and custom render func.
* refactor: tweaks & cleanup
* make cookbook app runnable
* update yarn.lock file
* fix TS issue and spelling
* remove duplicate files and adjust testMatch in config to ensure no utils test run
---------
Co-authored-by: stevegalili <steve.galili@mywheels.nl>
refactor: tweak cookbook (#1636)
* refactor: move files around
* refactor: simplify
* chore: remove custom fonts
* chore: tweak eslint
* chore: update yarn.lock
* create a Jotai examples dir in cookbook with related utils, add state management recipes dir
* add docs with examples
* extract state from component to state, utils, simplify types and custom render func.
* refactor: tweaks & cleanup
---------
Co-authored-by: stevegalili <steve.galili@mywheels.nl>
Co-authored-by: Maciej Jastrzębski <mdjastrzebski@gmail.com>