1. Standard Web Payment APIs

    June 6, 2019

    Payment Request API is a new, streamlined way to collect payment and shipping details from the user. Its primary goal is to eliminate checkout forms by standardizing the payment communication flow as much as possible. Some benefits of using Payment Request API over traditional checkout forms are:

    • - Platform native and familiar for the user
      - If the user gives consent, the payment data can be synced between desktop and mobile
      - It’s simple to use from the developer’s point of view
  2. Tree component

    April 7, 2019

    Many developers in the Vaadin community have requested a Tree component for Vaadin Flow. The component is not on the short list for upcoming releases, because there is an easy workaround: a TreeGrid with one column. The purpose of this tutorial is to make it even more straightforward by providing a reference code to use for your Tree component.