In this blog post I am going to create a fully-functional JavaScript & HTML application from scratch, which supports RESTful CRUD operations. I am going to use the out of the box IgniteUI grid functionality for handling the creates, updates, deletes, and the retrieval of records.
I’ve tried to create a simple architecture which, at the same time, satisfies the following conditions:
- High performance
- Production…