Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add :bindings support #21

Closed
wants to merge 1 commit into from
Closed

Conversation

Ramblurr
Copy link

@Ramblurr Ramblurr commented Nov 13, 2024

This is largely a port of work from @robert-stuttaford and @bnert's PR for sieppari

ref: metosin/sieppari#55

The caveats from that PR regarding a small hit to performance, probably apply, though I did not do any benchmarking since the repo isn't setup for it.

Would close #20

This is largely a port of @bnert's PR for sieppari

ref: metosin/sieppari#55

The caveats from that PR regarding a small hit to performance, probably
apply, though I did not do any benchmarking since the repo isn't setup
for it.
@mpenet
Copy link
Member

mpenet commented Nov 14, 2024

Hi,

It’s an interesting feature, but I don’t think we want to add this.

One of the motivations for this library is to remain extremely simple (conceptually and in implementation) and that goes a bit against this.

Then in term of functionality ‘ctx’ should be the logical place to propagate values through the chain instead of bindings, but you likely know about that already.

@mpenet mpenet closed this Nov 14, 2024
@Ramblurr
Copy link
Author

Thanks for the feedback @mpenet, totally understand your position :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Would you consider adding bindings support?
2 participants