بنقرة واحدة
arizona
يحتوي arizona على 10 من skills المجمعة من arizona-framework، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Add a new route to the Arizona router configuration. Use when creating new pages or endpoints.
Scaffold a new Arizona handler module. Ask whether it's a route-level view or an embeddable stateful component.
Trace an event through the full Arizona stack from client click to DOM patch. Use when debugging event handling.
Profile Arizona hot paths with eprof/fprof. Use when investigating performance or picking the next optimization.
Add tests for an Arizona module. Use when creating CT suites, inline EUnit tests, or E2E tests.
Format, check, test, and commit changes. Use before committing any code changes.
Debug Arizona stream operations. Use when investigating stream insert/delete/update/move/sort/reset behavior.
Debug an Arizona template's compile/eval/diff flow. Use when investigating how a template compiles, evaluates, or diffs.
Explain what an Arizona op code does on both server and client. Use when understanding patch operations.
Scaffold a new stateless Arizona component module with render/1.