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

Implemented StrictMode into Haxe-React, and possibly more #147

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    ebb1bc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. jsImport

    Just-Feeshy committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    e09ba69 View commit details
    Browse the repository at this point in the history
  2. Fix unproper js.import

    This commit is suppose to help with Haxe being able to support other JS frameworks like WebPacket, NextJs, and Vite.
    Just-Feeshy committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    b8b62fa View commit details
    Browse the repository at this point in the history
  3. Removing jsImport from react.Compont

    react.Component isn't a main is suppose to be imported directly.
    Just-Feeshy committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    dabff54 View commit details
    Browse the repository at this point in the history
  4. Implemented useState and useEffect

    Modernized by adding `useState` and `useEffect`
    Just-Feeshy committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    fa065d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcfd10f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. There is no point for these

    There is no point of having both useEffect and useState since I find using the ReactHooks much easier to work with.
    Just-Feeshy committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f406ed2 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    d6caad6 View commit details
    Browse the repository at this point in the history
  2. Fixed potential issue

    Just-Feeshy committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ebe25de View commit details
    Browse the repository at this point in the history