how to implement CRUD - PuZheng/PuZheng-Docs GitHub Wiki
CRUD stands for four operations: creation, retrieval, update and deletion, which are the most common thing in an IT system. But they are actually not easy to implement as the first glance, especially for a rich interactive app.
The complex things are:
- on-fly validation
- sophisticated