Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Explore using immutable objects for various hooks #138

Open
@btford

Description

@btford

One of the problems with middleware is that it makes it hard to reason about where changes to request metadata come from.

This router will have the same problem with its "pipeline," which is effectively middleware.

I'd like to explore having a "dev mode," that enforces immutability with Object.freeze, that could be turned off in production for a perf boost.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions