Don’t Wait! Mock the API

1 · CSS-Tricks · Aug. 10, 2020, 3:20 p.m.
Today we have a loose coupling between the front end and the back end of web applications. They are usually developed by separate teams, and keeping those teams and the technology in sync is not easy. To solve part of this problem, we can “fake” the API server that the back end tech would normally create and develop as if the API or endpoints already exist. The most common term used for creating simulated or “faking” a component is mocking… Read article “Don’t Wait! Mock the API” The post Don’...