Skip to content

Commit

Permalink
feat:readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamoil authored and Shamoil committed Sep 10, 2024
1 parent d0b5cac commit bb4b3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Atomic design further solidifies the idea of separating screens into components

- **Side Effects (API calls, etc.) are managed within components or with Recoil selectors**.

Unlike Redux which uses middleware like Sagas, Recoil allows for managing side effects within the components themselves or through asynchronous selectors. This keeps your side effects closer to where they are needed.
Recoil allows for managing side effects within the components themselves or through asynchronous selectors. This keeps your side effects closer to where they are needed.

## Analytics, Feature Flagging, and Error Tracking

Expand Down

0 comments on commit bb4b3c6

Please sign in to comment.