Search

Conference

Speakers

Thorsten Schaeff

Thorsten Schaeff Developer Advocate at Stripe - Singapore

Thor () is a Developer Advocate at Stripe working with many different technologies on the web to grow the GDP of the internet. Having spent most of his time with Stripe's users in Europe, he recently moved to Singapore to learn from and all about APAC's developer communities.


Talk: (Ec)static Commerce 💸🍓 jam-packed JAMstack


Critics have often made the argument that the JAMstack doesn’t scale well, despite its many benefits like improved site performance and better security. This criticism isn’t without reason. In the worst of cases, frontloading your build process can result in lengthy build times. It can also mean compromising on core implementation details and specific functionality by relying on external APIs, not to mention having to trust that an API will be available and consistent in the long run. However valid these criticisms may be, the power of the JAMstack, and its ability to scale, comes from its flexibility.

In this jam-packed talk we want to explore this flexibility using eCommerce as an example use case by looking at different approaches for handling product information, cart state, customer authentication, payment, and fulfillment. Will it stack up?


Workshop: Type-safe payments with Next.js, TypeScript, and Stripe

It's no secret that creating single-page JavaScript applications can be pretty challenging these days and there's a steep learning curve before you can build a full application. That's because you need to learn about client-side routing, page layout, APIs, and so on. Furthermore, you may want to server-side render certain pages and statically prerender others (balancing SEO and speed).

Next.js 9 is a feature-rich framework for building full-stack web applications in React. With its zero-config approach it allows you to get up and running quickly while being fully extensible.

Complete with zero-config TypeScript support, we will be able to cover a lot of elements of serverless full-stack web development with a delightful developer experience, using custom donation payments as an example.

The stack:

- Frontend: Next.js 9 for SSR | react-stripe-js for Checkout and Elements

- Backend: Next.js 9 API routes | stripe-node with TypeScript

Content

- Getting started with Next.js

- Fetching data in SSR apps

- Implementation of a StripeProvider component that sets up Stripe.js and Elements for usage with SSR hooks.

- Building a custom amount donation input component

- Creating a Checkout Session and redirecting to Checkout

- Creating a custom on-site Checkout form with Stripe Elements

- Handling and verifying webhook events

Requirements

- Intermediate knowledge of JavaScript / Node / npm.

- Basic knowledge of React.

- Laptop that can access internet & with the following software / tools installed:

* VS Code or similar IDE

* Node.js >= 10.0.0 (comes with npm)

* Git

- No prior knowledge of TypeScript required.