So I decided to see what the new Joomla! MVC brings. Because I am a learning by doing kind of guy I started building a native Joomla! 3.x component, I mean without using the legacy classes in a real world project, not just hello world stuff.
As learning material point I've used the Lendr tutorial and I've also inspected a bit the new Joomla! jissues code.
One of the things that I miss from the legacy classes is JModelList. So I basically stated copy - pasting methods from there to my component.
Now everything is so light and flexible, but basically to achive the same functionality as with the legacy classes, I actually have to write and maintain more code. One of the functionalityes that I "love" writing are basic CRUD functionality.
So my question is: are there any good examples on using the new MVC from Joomla?