You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not so big and hard thing to be done. Will have new method, for example .expressMiddleware. And we need a better "express compose". Some work is done in compose-middleware, but don't think it is okey... and.. doh it is written in TypeScript - why?
Nevermind. So I'll create express-better-compose first.
The text was updated successfully, but these errors were encountered:
Hm. Actually, I'm thinking for middlewares to the router using .use method. Which method will be use - so "smart plugins". Which will allow us to add new methods and things through that use method.
Because type safety is more manageable in big organizations than being able to modify all pseudo-types at runtime (do I even need to vocalize this?). If you write library code in typescript, it is trivial to export TS definitions.
Not so big and hard thing to be done. Will have new method, for example
.expressMiddleware
. And we need a better "express compose". Some work is done in compose-middleware, but don't think it is okey... and.. doh it is written in TypeScript - why?Nevermind. So I'll create
express-better-compose
first.The text was updated successfully, but these errors were encountered: