as a full stack developer
I make a fake back-end first which will give me a desired Response in JSON format. Then use it to parse it on the front end then properly organise it style it and add the front end error handling. Then i go back to the back-end and finishes it.
re: Backend or Frontend First? VIEW POST
FULL DISCUSSIONas a full stack developer
I make a fake back-end first which will give me a desired Response in JSON format. Then use it to parse it on the front end then properly organise it style it and add the front end error handling. Then i go back to the back-end and finishes it.
Thats a nice approach!
Gonna go with that.