Skip to content

Conversation

@LucasCambon
Copy link
Contributor

No description provided.

{
"name": "@ensuro/api-calls-store",
"version": "%%VERSION%%",
"description": "API Calls Store for React Redux",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Queda sin descripción?

@@ -0,0 +1,12 @@
# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cambiar este README, a algo relacionado con el proyecto.

<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El título de la página también, api-calls-store playground o algo así.

getDefaultMiddleware({
thunk: false,
serializableCheck: false,
immutableCheck: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Qué son estos check? Capaz que está bueno empezar a usarlos.

}
getAPIFn = getAPI;
defaultCount = clockCount || 10;
if (typeof clockCount === "number") defaultCount = clockCount;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if clockCount !== undefined sería más claro.

@gnarvaja gnarvaja merged commit 434ffca into main Oct 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants