con un clic
effector-refetch
effector-refetch contiene 5 skills recopiladas de Olovyannikov, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Use when building data fetching/caching in an effector app with the effector-refetch library — createQuery/createMutation, retries, caching, concurrency, pagination, connectQuery, React/Vue/Solid bindings, SSR via fork/allSettled, auth barrier and offline mode. Covers the effect-first API and the fork-correct idioms that are easy to get wrong.
Deploy, host, and publish web projects on Netlify with the Netlify CLI. Use when the user wants to deploy a site or repository to Netlify, link a local project to a Netlify site, ship a production or preview/draft deploy, set up Git-based continuous deployment, run a manual or local deploy, configure CI deploys, or troubleshoot a failed or misconfigured deploy. Also use to view or tail a deployed site's runtime logs — function and edge-function output, deploy logs — via `netlify logs` when debugging what a live site is doing (recent errors, recent activity, streaming output).
Use when designing, reviewing, generating, or refactoring React applications built with Effector, effector-react, Farfetched, Atomic Router, @effector/next, patronum, effector-storage, forms, i18n, testing, and related Effector ecosystem tooling. For Feature-Sliced Design project structure and placement decisions, use the separate effector-fsd skill.
Use when designing, reviewing, generating, or refactoring Feature-Sliced Design project structure for Effector ecosystem applications: layers, slices, segments, public APIs, imports, placement of Effector models, Farfetched operations, Atomic Router routes, Next.js adapters, and Steiger checks.
Use when building, reviewing, or refactoring routing with @effector/router (the official effector router, https://router.effector.dev) — createRoute/ createRouter, typed path DSL, beforeNavigate guards, chainRoute data loading, trackQuery, React/Vue/Solid/React Native bindings, SSR and testing via fork/allSettled. Covers the navigation-is-state model and the scope-correct initialization that is easy to get wrong. Not atomic-router and not argon-router — a different, official library.