This repository is an educational resource for the @wordpress/dataviews
npm package. It has been developed for the event Core Days: Roma 2024. See also:
- Slides
- DataViews documentation for more info.
The starting point for the workshop is not runnable. For it to work, it's necessary to implement:
- The
view
&defaultLayouts
config. - The
fields
. - The
onChangeView
callback.
When you are ready, run the app:
npm install
npm start
and open http://localhost:3000 to view it in your browser.
This demo favors educational code, it's not production ready.