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: async data loader #6137

Merged
merged 43 commits into from
Apr 25, 2023
Merged

feat: async data loader #6137

merged 43 commits into from
Apr 25, 2023

Commits on Mar 24, 2023

  1. chore: refactor unfinished

    ClarkXia committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0254f5d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. feat: support create router

    ClarkXia committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    35ea322 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. refactor: render mode

    ClarkXia committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    89e9e74 View commit details
    Browse the repository at this point in the history
  2. fix: code splitting false

    ClarkXia committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3787d34 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    ff2f114 View commit details
    Browse the repository at this point in the history
  2. chore: remove console

    ClarkXia committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    62a5376 View commit details
    Browse the repository at this point in the history
  3. test: examples

    ClarkXia committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    bb0f5f4 View commit details
    Browse the repository at this point in the history
  4. fix: dataloader is undefined

    ClarkXia committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c5b1a05 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. fix: test

    ClarkXia committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7b3dd4f View commit details
    Browse the repository at this point in the history
  2. fix: test case

    ClarkXia committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bb2ce26 View commit details
    Browse the repository at this point in the history
  3. fix: test case

    ClarkXia committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e77a94c View commit details
    Browse the repository at this point in the history
  4. fix: types

    ClarkXia committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7530846 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. fix: test case

    ClarkXia committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6e2e859 View commit details
    Browse the repository at this point in the history
  2. fix: lock

    ClarkXia committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d7509af View commit details
    Browse the repository at this point in the history
  3. feat: async data loader

    chenjun1011 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a6bbef1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b9f089 View commit details
    Browse the repository at this point in the history
  5. fix: update lock

    ClarkXia committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e1eb822 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7612aef View commit details
    Browse the repository at this point in the history
  7. fix: hydration

    ClarkXia committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2df375f View commit details
    Browse the repository at this point in the history
  8. fix: router

    ClarkXia committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7bf894f View commit details
    Browse the repository at this point in the history
  9. fix: router

    ClarkXia committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    4a9bb5c View commit details
    Browse the repository at this point in the history
  10. chore: log

    ClarkXia committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3adb0f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. fix: hmr

    ClarkXia committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    afb8428 View commit details
    Browse the repository at this point in the history
  2. fix: test

    ClarkXia committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    86d8927 View commit details
    Browse the repository at this point in the history
  3. fix: test

    ClarkXia committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    40fcdd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. fix: conflict

    chenjun1011 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    0241fc5 View commit details
    Browse the repository at this point in the history
  2. feat: await

    chenjun1011 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3d4f08d View commit details
    Browse the repository at this point in the history
  3. fix: await component

    chenjun1011 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    646e1b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. fix: lint

    chenjun1011 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3db58eb View commit details
    Browse the repository at this point in the history
  2. refactor: type

    chenjun1011 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d254e5b View commit details
    Browse the repository at this point in the history
  3. fix: type

    chenjun1011 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6f43074 View commit details
    Browse the repository at this point in the history
  4. fix: app data loader

    chenjun1011 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ae3a240 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. fix: conflict

    chenjun1011 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    4f62e85 View commit details
    Browse the repository at this point in the history
  2. fix: test

    chenjun1011 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    0344c5e View commit details
    Browse the repository at this point in the history
  3. fix: test

    chenjun1011 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    58bc374 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. test: async data

    chenjun1011 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5c9fda7 View commit details
    Browse the repository at this point in the history
  2. test: async data

    chenjun1011 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b9f3ff0 View commit details
    Browse the repository at this point in the history
  3. docs: async data loader

    chenjun1011 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2efed45 View commit details
    Browse the repository at this point in the history
  4. fix: lint

    chenjun1011 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7aad1bf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. fix: conflict

    chenjun1011 committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    beedbe8 View commit details
    Browse the repository at this point in the history
  2. refactor: loader config

    chenjun1011 committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    e1e900c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. fix: test

    chenjun1011 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    970b94d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b7fcb9 View commit details
    Browse the repository at this point in the history