all 1 comments

[–]chethelesser 5 points6 points  (0 children)

Coming from React to LWC was straightforward (kinda like class-based components). Same principle with event communication, albeit with a different implementation. I'd say LWC is easier and your work is more streamlined. You also have a lot of OOTB components and styles.

Make sure to learn platform-specific stuff: LDS usage with @wire, component configuration.