Loading...
Loading...
Integrate and use argon-router in React web applications with Effector. Use when tasks involve creating routes and routers, wiring RouterControls/history adapters, composing routes with chainRoute/group/createVirtualRoute, rendering views with RouterProvider/createRoutesView/Outlet, building links with Link/useLink, and managing URL query state with trackQuery and @argon-router/paths.
npx skill4agent add aiko-atami/effectorjs-skills argon-routersetupuinativequerycompositionadaptersssrallSettledhooksdebugreferences/core-routing.mdreferences/react-web.mdreferences/react-native.mdreferences/paths-dsl.mdreferences/query-tracking.mdreferences/route-composition.mdreferences/adapters-ssr.mdhistoryAdapterqueryAdapterreferences/react-navigation-apis.mdLinkuseRouteruseRouterContextuseIsOpeneduseOpenedViewsreferences/lazy-layout.mdcreateLazyRouteViewwithLayoutreferences/examples.mdreferences/checklist.md../argon-router/packages/*/lib/*.tslib/index.ts{ path, route }RouterProvidercreateRoutesViewotherwiseopenLinkuseLinkrouter.registerRoute(...)chainRoutegroupcreateLazyRouteViewwithLayout@argon-router/reactsampleattachLinkuseLinksetHistorysetHistoryhistoryAdapter(...)queryAdapter(...)useLinkcreateRouter({ routes })trackQuerycreateRoutesViewOutletcreateRoutesView({ otherwise })historyAdapterqueryAdapterallSettled(router.setHistory, { params: historyAdapter(createMemoryHistory(...)) })