Lightning Web Components (LWC) has revolutionised the way developers build application on the salesforce platform. LWC utilizes modern web development standards which makes it very easy for developers to build a fast paced, scalable and responsive web and mobile applications. This has made javascript pretty easy to non-tech background persons as well. And the heart of this revolution is a framework which we call as Lightning Data Service (LDS).
What is Lightning Data Service ?
In layman language we can call LDS as a client-side data caching mechanism which can be utilized to fetch data or perform CRUD (create, read, update, delete) operations on the record from the JS itself without using server side apex class to perform database operations.









