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

feat(jsx/dom): more react staff #2132

Merged
merged 10 commits into from
Feb 3, 2024
Merged

Commits on Feb 2, 2024

  1. fix(jsx): fix context provider with async component (honojs#2124)

    * test(jsx): add test for Context with Suspense
    
    * fix(jsx): fix context provider with async component
    
    * chore: denoify
    usualoma committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6b851f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ec2b5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    436301c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    511b0ab View commit details
    Browse the repository at this point in the history
  5. feat(jsx): enable to use 'hono/jsx/dom' for replacement of 'react'.

    You can use dom-specific version of hooks and utils by importing from 'hono/jsx/dom'.
    usualoma committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    09da043 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85e5e7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6baeed4 View commit details
    Browse the repository at this point in the history
  8. test(jsx): add tests

    usualoma committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    78c40d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7439d1 View commit details
    Browse the repository at this point in the history
  10. chore: denoify

    usualoma committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    88bb60e View commit details
    Browse the repository at this point in the history