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
Is your feature request related to a problem? Please describe.
I'm frustrated that the Local Development (LocalDev) feature for Lightning Web Components (LWC) in Salesforce doesn’t fully support calling Aura-enabled components or making remote Apex calls. This significantly limits the usefulness of LocalDev for larger projects that have data dependencies and need to interact with remote data and server-side logic to accurately simulate and test their functionality.
Describe the solution you'd like
I’d like LocalDev to support:
Calling Aura-enabled components from LWCs, which is often needed for inter-component communication in complex applications.
Allowing remote Apex calls to be executed from a LocalDev instance, which would let developers work with real data and server-side logic during local development, creating a more accurate development experience and eliminating the need to deploy or run tests in an org just to interact with these elements.
This would greatly enhance LocalDev’s usability for projects with complex data and component dependencies, making it an essential tool for all development phases.
Describe alternatives you've considered
Alternatives considered include:
Running all development and testing in a sandbox environment, which is less efficient as it requires deployment for each iteration.
Simulating data with static JSON files or mocks, which doesn’t accurately reflect real-world interactions and limits testing scope and accuracy.
Additional context
Adding support for Aura-enabled component calls and remote Apex calls in LocalDev would make the local development experience more robust, especially for developers working on projects with complex interactions and data dependencies. This enhancement would streamline development processes and improve the overall experience for those working on larger, data-intensive projects.
The text was updated successfully, but these errors were encountered:
@BradyNadeau Can you share sample components that utilize these two features that you mentioned? Aura-enabled components or making remote Apex calls. Specifically, if you can highlight what code changes are you making in your LWC it would be really helpful to understand the usecase.
Is your feature request related to a problem? Please describe.
I'm frustrated that the Local Development (LocalDev) feature for Lightning Web Components (LWC) in Salesforce doesn’t fully support calling Aura-enabled components or making remote Apex calls. This significantly limits the usefulness of LocalDev for larger projects that have data dependencies and need to interact with remote data and server-side logic to accurately simulate and test their functionality.
Describe the solution you'd like
I’d like LocalDev to support:
This would greatly enhance LocalDev’s usability for projects with complex data and component dependencies, making it an essential tool for all development phases.
Describe alternatives you've considered
Alternatives considered include:
Additional context
Adding support for Aura-enabled component calls and remote Apex calls in LocalDev would make the local development experience more robust, especially for developers working on projects with complex interactions and data dependencies. This enhancement would streamline development processes and improve the overall experience for those working on larger, data-intensive projects.
The text was updated successfully, but these errors were encountered: