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

Base types on generics, not global JSX namespace #6

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Mar 1, 2024

  1. Base types on generics, not global JSX namespace

    For a while now, JSX frameworks don’t have to declare the global `JSX`
    namespace anymore. This is a significant improvement when using multiple
    JSX frameworks in the same project. React has deprecated the global
    `JSX` namespace. Preact doesn’t even define it anymore.
    
    This change replaces the use of the `JSX` namespace with generics, to
    make it compatible with modern JSX frameworks.
    remcohaszing committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cdaab93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e1119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec61793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fde3379 View commit details
    Browse the repository at this point in the history
  5. Add missing inline docs

    remcohaszing committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c4ed721 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79ad7d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Fix type of self

    remcohaszing committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    44edfb9 View commit details
    Browse the repository at this point in the history
  2. Revert unrelated changes

    remcohaszing committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9e01023 View commit details
    Browse the repository at this point in the history