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

Replace index.html by jsx document #106

Merged
merged 22 commits into from
Jan 19, 2023
Merged

Commits on Dec 22, 2022

  1. Create index inside index-server.tsx

    Willy Brauner committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    5e40e1c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Create manifest parser

    Willy Brauner committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9ccf9db View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Continue Manifest Parser

    Willy Brauner committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    83a4410 View commit details
    Browse the repository at this point in the history
  2. AddScripts

    Willy Brauner committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2d1da84 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Patch attr nomodule

    Willy Brauner committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    f16b7bf View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Minor

    Willy Brauner committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    4c9ea32 View commit details
    Browse the repository at this point in the history
  2. Remove log

    Willy Brauner committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    cc22315 View commit details
    Browse the repository at this point in the history
  3. Update task ci

    Willy Brauner committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    7c5c6f4 View commit details
    Browse the repository at this point in the history
  4. Lazy

    Willy Brauner committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0ae8fbd View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. replace renderToString to renderToPipeableStream

    Willy Brauner committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    8b6f406 View commit details
    Browse the repository at this point in the history
  2. Remove dynamicImport from script injection

    Willy Brauner committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    f10c2d4 View commit details
    Browse the repository at this point in the history
  3. Error on render to string if suspense

    Willy Brauner committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a60bb3e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Init HMR

    Willy Brauner committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    85235c2 View commit details
    Browse the repository at this point in the history
  2. Format server

    Willy Brauner committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c25e6d8 View commit details
    Browse the repository at this point in the history
  3. Format prerender

    Willy Brauner committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    8f20ba2 View commit details
    Browse the repository at this point in the history
  4. HTML replacement

    Willy Brauner committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    656f717 View commit details
    Browse the repository at this point in the history
  5. Move server on root

    Willy Brauner committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    956b4f2 View commit details
    Browse the repository at this point in the history
  6. Minor

    Willy Brauner committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    da25a2d View commit details
    Browse the repository at this point in the history
  7. Update raw script transform

    Willy Brauner committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    db6b5f1 View commit details
    Browse the repository at this point in the history
  8. Remove client by default

    Willy Brauner committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    484a46d View commit details
    Browse the repository at this point in the history
  9. Move context in store folder

    Willy Brauner committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1ab482d View commit details
    Browse the repository at this point in the history
  10. Move langService

    Willy Brauner committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    f719e59 View commit details
    Browse the repository at this point in the history