DEV Community

Discussion on: Backend or Frontend First?

Collapse
 
aghost7 profile image
Jonathan Boudreau

I try to build the backend and frontend together by breaking things down into multiple features that are implemented incrementally. You can always go down the wireframing approach, but I've seen design issues arise when you don't start with proper data modeling (ie, how you store your data).