Sometimes working on a Front-end side you need to write your Front-end code while Back-end actions are still not ready.
In this case, you would need to use fixtures on FE side, in order to not mess with BE. I have found relatively new JS ES6 features, as
yieldand
iterator comes in handy for fixtures generation.