DEV Community

Discussion on: What to write first? Front then back end or vice versa..?

Collapse
 
aarone4 profile image
Aaron Reese

+1 for the inside out approach. Think first about the data interaction you will need and shape your data to accommodate. You can then mock out the front end according the data shape and simultaneously build the APIs to fetch and store the data. If you are working as part of a team this data 'contract' is essential to allow both halves to progress independently