When writing a fullstack application a common problem facing developers today is keeping data consistency between the frontend and backend. What the backend expects and what the frontend sends is not always the same. In this talk we’ll look at this problem and different approaches to solve it. We’ll take a look at how AWS Amplify approaches this problem and show a demo. We’ll also compare and contrast other TypeScript approaches with React and Next.
talk-data.com
Topic
React
javascript_library
front_end
web_development
2
tagged
Activity Trend
9
peak/qtr
2020-Q1
2026-Q1
Top Events
O'Reilly Data Engineering Books
12
O'Reilly Data Science Books
6
Data Engineering Podcast
5
Making Data Simple
4
Experiencing Data w/ Brian T. O’Neill (AI & data product management leadership—powered by UX design)
4
Data + AI Summit 2025
4
Databricks DATA + AI Summit 2023
4
React Paris Meetup #007
3
React Paris Meetup #5
3
Airflow Summit 2025
2
React Paris Meetup #1
2
React.NYC Meetup - React Threads, Type Safety, Isograph & more
2
Filtering by:
React.NYC Meetup - React Threads, Type Safety, Isograph & more
×
In a web app, the enemy of performance isn't bad algorithms — it's bloat. Enter Isograph, the framework for building data-driven React apps. It leverages a compiler to provide great DevEx and performance, right out of the box. In this talk, find out how Isograph lets you: load component JavaScript and data only when needed, for example when the user is about to scroll to them; load components (such as a VideoViewer) only if an item of that type (a Video) is returned from the server, and defer loading parts of your component tree, without server support. And the cherry on top? We're doing it all in userland. 😎