Loading...

Rapid Prototyping Data Models with React-admin

Darren Rush

Being able to quickly demonstrate your ideas is critical to the success of any software project. In this screencast, we’ll look at how to use React Admin to quickly prototype data models with realistic mock data.

With the steps outlined in this screencast, you’ll be able to build a new React-admin project with custom data models and have a full-demonstrable admin dashboard to create, update and view your mock data.

The screencast includes:

  • Creating a new React Admin project

  • Generating realistic data with FakerJS

  • Mocking data model relationships

  • Adding mock data generation script to package.json

  • Generating CRUD views for mock data

Top