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

Recommended Migration to Lightning Web Components #26

Closed
rsoesemann opened this issue Feb 6, 2019 · 3 comments
Closed

Recommended Migration to Lightning Web Components #26

rsoesemann opened this issue Feb 6, 2019 · 3 comments
Labels

Comments

@rsoesemann
Copy link

I am in the process of migration a few douzens of Aura-based components to LWC. All of them used LAX for their callback handling. What do you propose how to migrate them.

Just stop using Lax because LWC solves everything natively or keep stuff?

@ruslan-kurchenko
Copy link
Owner

@rsoesemann, I haven't thought about it too much yet.
Basically, LAX is covering a lack of functionality that LWCs cover. There is additional functionality which is less commonly used, but I would suggest defining new utilities for it. You even can copy things from this repo if you need...
Anyway, if you have any suggestions, please provide them. The thing is that currently I don't work with LWCs and do not have too much time to cover it.

@rsoesemann
Copy link
Author

I will go on with my migration and collect use cases where I missed lax. And report back to you.

@ruslan-kurchenko
Copy link
Owner

Thank you, @rsoesemann! I appreciate it 🤝

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

No branches or pull requests

2 participants