-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: revamp the cookbook app #1635
chore: revamp the cookbook app #1635
Conversation
… management recipes dir
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1635 +/- ##
==========================================
- Coverage 95.51% 95.41% -0.11%
==========================================
Files 99 100 +1
Lines 5400 5433 +33
Branches 857 865 +8
==========================================
+ Hits 5158 5184 +26
- Misses 242 249 +7 ☔ View full report in Codecov by Sentry. |
How are you @mdjastrzebski? Could you, please, have a look at this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vanGalilea just wow! I'm impressed with your work. This makes the app look so much nicer.
* 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
Summary
The Cookbook app previously couldn't be run locally, and its recipes weren't easily accessible. To address this, I made the following updates:
@expo/metro-runtime
library to enable local app execution.Test Plan
To test these changes, follow these steps:
cd examples/ yarn yarn start
Visuals
To get a sense of the updated look and feel of the app, check out this screen recording.