Too Long; Didn't Read
Last week I blogged about my first experience building a simple web component. I didn't need a build process or a framework, just a JavaScript file to define my custom component. My plan for the component's API was rather simple. One required attribute points to an API and an optional attribute that would let you specify the specific columns to output. In each of these articles, I hit a back-end service that returned an array of cats that had a name, age, breed, and gender value.