Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactive-python/reactpy-django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.8.1
Choose a base ref
...
head repository: reactive-python/reactpy-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0
Choose a head ref
  • 4 commits
  • 94 files changed
  • 1 contributor

Commits on Jun 18, 2024

  1. Fix docs examples, docs typo fix (#240)

    - Fix broken docs examples for `use_query` and `use_mutation`
    - Fix misc docs typo
    Archmonger authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2949aa6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. New use_query and use_mutation API (#241)

    - Fix #207
    Archmonger authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2e343aa View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Client-side Python components using PyScript (#243)

    -   Client-side Python components can now be rendered via the new `{% pyscript_component %}` template tag
        -   You must first call the `{% pyscript_setup %}` template tag to load PyScript dependencies
    -   Client-side components can be embedded into existing server-side components via `reactpy_django.components.pyscript_component`.
    -   Tired of writing JavaScript? You can now write PyScript code that runs directly within client browser via the `reactpy_django.html.pyscript` element.
        -   This is a viable substitution for most JavaScript code.
    Archmonger authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    fb6c258 View commit details
    Browse the repository at this point in the history
  2. v4.0.0 (#244)

    Archmonger authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    9b36b6d View commit details
    Browse the repository at this point in the history
Loading