Q: 17
Universal Containers has a large number of custom applications that were built using a third-party
JavaScript framework and exposed using Visualforce pages. The company wants to update these
applications to apply styling that resembles the look and feel of Lightning Experience.
What should the developer do to fulfill the business request in the quickest and most effective
manner?
Options
Discussion
No way it's A for speed, that's a rewrite. The trap is thinking C auto-magically updates styling but it doesn't. D.
Why not just use SLDS stylesheet (D) since it's only about updating appearance? Full rebuild as Lightning components (A) seems overkill here.
Quickest way is D. Just add the SLDS CSS so your existing JS apps pick up the Lightning look, no need to rebuild everything from scratch. Pretty sure that's what SF recommends when you can't move to LWC yet.
Be respectful. No spam.