-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Migrate RTK Query repo contents into the RTK repo #1006
Migrate RTK Query repo contents into the RTK repo #1006
Conversation
fix arg actually held in store
Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>
* docs: update comparison (#103) Adds "declarative" as an option for API definition for React Query. With v3, you can now configure all of your queries and mutations up front before calling them. * Add algolia config (#126) * use authorization instead of authentication (#128) * run tests on PRs * Link directly to #redux on Reactiflux (#127) Co-authored-by: Matt Sutkowski <msutkowski@gmail.com> Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com> Co-authored-by: Matt Sutkowski <msutkowski@gmail.com> Co-authored-by: Nick McCurdy <nick@nickmccurdy.com>
* Move `internalActions.prefetchThunk` to `util.prefetchThunk` * Docs: Move prefetchThunk to util Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>
* enhanceEndpoints RFC * add entityTypes to enhanceEndpoints * refactor tests * only allow to add new entityTypes, don't allow to remove any * keep console clean * add documentation for code generation * Add code gen to sidebar and link to createApi Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>
Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>
* Use code-generation everywhere
* rename createPureApi to createBaseApi Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>
Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>
Co-authored-by: Lenz Weber <mail@lenzw.de>
Co-authored-by: Matt Sutkowski <msutkowski@gmail.com> Co-authored-by: Rob Clayburn <rob@infosum.com> Co-authored-by: Lenz Weber <mail@lenzw.de> Co-authored-by: Lenz Weber <lenz.weber@mayflower.de> Co-authored-by: kahirokunn <okinakahiro@gmail.com> Co-authored-by: DmitryScaletta <DmitryScaletta@users.noreply.github.com> Co-authored-by: Guillaume FORTAINE <guillaume+github@fortaine.com> Co-authored-by: triou <34629112+tevariou@users.noreply.github.com> Co-authored-by: Rob Clayburn <rob@pollen-8.co.uk> Co-authored-by: Shrugsy <joshfraser91@gmail.com>
…feature/migrate-rtkq-source # Conflicts: # .gitignore # query/package.json # query/react/package.json
Size Change: 0 B Total Size: 83.9 kB ℹ️ View Unchanged
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit a788e00:
|
Next step is to try reworking our test setup so that we can have tests in nested |
This PR:
/query
folder, including all files with their history, as a first step towards integrating the source and docs into the RTK repo.I'm not even touching anything to do with running or building the code here. I just want all the files to be in the RTK repo so we can be moving all the pieces around.