No backend – frontend first tools
Traditionnaly – when you build an app – you go from the backend first, i.e – the data model, the database, the API and then only you add the frontend layout talking to you backend. Problems that come with this approach are basically Longer time before client can see anything You don’t build with user scenarios in mind but with database and programming scenario in mind. Some people though to reverse the whole dev cycle and start with frontend first....