Question: migrate from compound to pure ExpressJS
- Vorherrschende Sprache
- JavaScript
- Sterne
- 1.6k
- Forks
- 179
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I want to remove compound from application due multiple issue with evaluation of controllers that seems isn't removable. I suppose compound internally pass `req, res` from ExpressJs to any `action` handler. Just one question remained - where is declaration of `action` so I able to import it to specific controller file to avoid breaking production code?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
The issue asks where the 'action' handler is declared in the compound framework to facilitate migration to pure Express. Start by examining the compound source code, particularly the controller and routing modules, to understand how actions are invoked. Look for the internal mechanism that passes Express's req and res to action handlers. Determine if 'action' is a global function or part of a module that needs importing.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- express, javascript, nodejs
- Bereich
- backend
- Issue-Typ
- Refactoring
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 35/100