instruction to demo

master
Matt Huntington 9 years ago
parent 2f5e5390f8
commit 04e3bb88b2

@ -19,4 +19,4 @@ An Application Programming Interface (API) is a set of subroutine definitions, p
- In a traditional server-side rendered application, the server retrieves data from the database and uses that information to format the HTML server-side (demo https://www.amazon.com).
- Now though, a server retrieves the data from the database and responds to requests just with JSON (demo http://www.swapi.co/)
- We can use various web-based APIs to populate our SPAs with data asynchronously. This way the user can interact with the application and see it respond with new data without needing to refresh or navigate to a new page
- We can use various web-based APIs to populate our SPAs with data asynchronously. This way the user can interact with the application and see it respond with new data without needing to refresh or navigate to a new page (demo [/starwars](/starwars))

Loading…
Cancel
Save