Over the last few days, we looked at how I build web apps using forms and a PHP backend, with a Web Component to make it ajaxy. Today, we're going to learn how to update other parts of the page whenever one of those ajax-based form updates happens. . ...
Yesterday, we looked at how I build JavaScript-free interactive web apps using HTML forms and PHP. Today, I want to share how I progressively enhance those into asynchronous ajaxy interactions using HTML Web Components and a little JavaScript. Let's ...