-

International JavaScript Conference Singapore 2023

Suntec Singapore Convention & Exhibition Centre · Singapore, Singaporejavascript-conference.com

Workshop

Supercharge React Applications with Modern GraphQL Backends

During this dynamic workshop, participants will acquire the skills needed to harness GraphQL for the creation of potent and streamlined backends in their React applications. The learning journey begins with the establishment of a GraphQL server, followed by its integration into a React frontend application. As the workshop concludes, participants will be equipped with a fully functional GraphQL application, prepared for deployment to production.

View Details
Date & Time
Length
Full Day Workshop

Talk

TypeScript Patterns for Better React Components

Ever got frustrated typing the `as` prop in React components? How about this in combination with `forwardRef`? To put it short: It's not easy. Let's delve into strategies for constructing Compound Components, Polymorphic Components, and Components wrapped in `forwardRef`, while avoiding the use of type casts and ensure precise TypeScript typings.

View Details
Date & Time
Length
Regular Talk
Tags
typescriptreactpatterns

Talk

Secrets of building robust UI components

Do you find yourself struggling to create maintainable and high-quality user interfaces with React? With so many different ways and patterns available, it can be overwhelming to settle on a key strategy that will last throughout your project. It's not uncommon to feel like you're drowning in complexity as you try to build UI components that can withstand the test of time. This talk will dive into the secrets of building robust UI components and provide you with practical tips for creating maintainable user interfaces that can grow with your app.

View Details
Date & Time
Length
Regular Talk
Tags
reactuicomponents