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

Add debounce to playground #1758

Merged
merged 3 commits into from
Oct 20, 2021
Merged

Conversation

ChristianMurphy
Copy link
Member

this debounces user inputs to allow smoother typing while still updating the preview.

@vercel
Copy link

vercel bot commented Oct 20, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/mdx/mdx/3KpeCJVGLqGN5SbL7NXafVc6iNUY
✅ Preview: https://mdx-git-fork-christianmurphy-debounce-playground-mdx.vercel.app

@vercel vercel bot temporarily deployed to Preview October 20, 2021 04:08 Inactive
@codecov-commenter

This comment has been minimized.

@vercel vercel bot temporarily deployed to Preview October 20, 2021 04:59 Inactive
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@vercel vercel bot temporarily deployed to Preview October 20, 2021 05:01 Inactive
@wooorm wooorm changed the title debounce mdx playground Add debounce to playground Oct 20, 2021
@wooorm wooorm merged commit f97ec00 into mdx-js:main Oct 20, 2021
@wooorm
Copy link
Member

wooorm commented Oct 20, 2021

Works well, thanks! Any reason you like ahooks?

@ChristianMurphy
Copy link
Member Author

Any reason you like ahooks?

A few reasons:

  1. It has a lodash like amount of small composable hooks https://ahooks.js.org/hooks
  2. Good docs and examples
  3. Native typescript support

@ChristianMurphy ChristianMurphy deleted the debounce-playground branch October 20, 2021 13:02
@ChristianMurphy ChristianMurphy added the 🕸 area/website This affects the website label Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕸 area/website This affects the website
Development

Successfully merging this pull request may close these issues.

3 participants