Skip to content
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

docs(functional): cover sequence #2729

Merged
merged 2 commits into from
Sep 11, 2024
Merged

docs(functional): cover sequence #2729

merged 2 commits into from
Sep 11, 2024

Conversation

probeiuscorp
Copy link
Contributor

Related Bug Reports or Discussions

Fixes #2724

Summary

Show some examples of sequence to expand on advantages of seeing atoms as monads. Also add a list of other good resources to look at for monads.

Check List

  • pnpm run prettier for formatting code and docs

Copy link

vercel bot commented Sep 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jotai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 9, 2024 10:14pm

Copy link

codesandbox-ci bot commented Sep 9, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link

github-actions bot commented Sep 9, 2024

LiveCodes Preview in LiveCodes

Latest commit: 86f38c8
Last updated: Sep 9, 2024 10:14pm (UTC)

Playground Link
React demo https://livecodes.io?x=id/DXV9S2CVY

See documentations for usage instructions.

indentation and the easy-to-miss mistakes. However, plumbing a single async
operation into another single async operation was not the end of the callback
struggle. What if we made four network calls and needed to wait for them all?
A snippet like this was common:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I correct here? I did not code collaboratively before the ES6 Promise, so this is just from my experience.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure if it's correct...

Copy link
Member

@dai-shi dai-shi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's merge anyway

indentation and the easy-to-miss mistakes. However, plumbing a single async
operation into another single async operation was not the end of the callback
struggle. What if we made four network calls and needed to wait for them all?
A snippet like this was common:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure if it's correct...

@dai-shi dai-shi merged commit 9b83585 into pmndrs:main Sep 11, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants