Miroslav Jonaš
Hello generics, goodbye boilerplate!
#1about 5 minutes
Understanding the prevalence of boilerplate in enterprise code
Boilerplate code is common in large, well-architected applications due to consistent patterns, but it can be significantly reduced.
#2about 5 minutes
Explaining the core concepts of Redux state management
The Redux pattern uses a central store, actions, reducers, and effects to manage application state predictably.
#3about 4 minutes
Walking through a typical asynchronous data-loading flow
An example application demonstrates the sequence of actions and state changes for both successful data fetching and error handling.
#4about 9 minutes
Introducing TypeScript generics to reduce action boilerplate
TypeScript generics allow for creating reusable, type-safe constructs like a base action class to eliminate repetitive code.
#5about 7 minutes
Creating a generic reducer to handle common state changes
A custom `createGroupReducer` function uses generics to automatically handle loading, success, and failure states for actions.
#6about 6 minutes
Abstracting NGRX effects using generic helper functions
Generic creator functions like `createSwitchMapEffect` can encapsulate the common logic of listening for an action and handling API call results.
#7about 3 minutes
Using generics for common data structures like pagination
A generic `Pageable` class can standardize the structure for paginated API responses across an entire application.
#8about 1 minute
Adopting a generic-first mindset to improve code quality
Consistently applying generics helps you see code duplication as an opportunity to create powerful, reusable abstractions.
Related jobs
Jobs that call for the skills explored in this talk.
Featured Partners
Related Videos
The Art and Craft of Type Development
Michael Hladky & Stefan Baumgartner
Typescript, React and Atomic Design - a match made in heaven
Nathalia Rus
All you need is types
Tal Joffe
Lies we Tell Ourselves As Developers
Stefan Baumgartner
Vuejs and TypeScript- Working Together like Peanut Butter and Jelly
Rob Richardson
Front-End Micro Apps
Serg Hospodarets
NgRx Tips for Future-Proof Angular Apps
Marko Stanimirović
Snappy UI needs no Single-Page Application
Clemens Helm
From learning to earning
Jobs that call for the skills explored in this talk.
Fullstack developer (Node.js/TypeScript + React + AWS)
PRAGMATIKE
Municipality of Madrid, Spain
Remote
REST
NoSQL
React
Node.js
+3
Lead Full-Stack Typescript Engineer
CodeBlauw Careers B.V.
Amsterdam, Netherlands
Remote
€5-7K
Senior
DevOps
PostgreSQL
TypeScript
+5
Frontend Developer (Angular / TypeScript / SaaS)
Hopla Software
Barcelona, Spain
Remote
Intermediate
API
React
Python
Angular
+1





