Skip to content

Repository files navigation

REDUX TOOLKIT (RTK)

screenshot

screenshot

RTK Query

RTK Query converts the endpoint names to CamelCase when generating hooks

screenshot

  • If the endpoint name is in camelCase (e.g., getCategories, getUserById), the hook will start with use and end with Query (for queries) or Mutation (for mutations). The transformation retains the camelCase structure.

  • If the endpoint is not in camelCase (e.g., snake_case or kebab-case): It will be automatically converted to camelCase in the hook.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages