SlideShare a Scribd company logo
React and Redux
Lars Thorup, Triggerz
August, 2016
Lars Thorup
● Software developer/architect
● JavaScript, C#
● Test Driven Development
● Coach
● Agile engineering practices
● Founder
● BestBrains
● ZeaLake
● Triggerz
● @larsthorup
Agenda
● Our current MVP architecture
● React
● Diagram
● Demo: <Signin />
● D3
● Discussion
● Redux
● Diagram
● Code
● Discussion
● create-react-app
MVP architecture
JavaScript
React
Redux
Ramda
Webpack
CSS
Node.js
Restify
Knex
Cryptex
Co
PostgreSQL
● Demo!
Ajax &
WebSockets
SQL
React - Diagram
React - Demo
<Signin signingIn={({account}) => alert(account)}/>
// ----
render () {
return (
<form onSubmit={this.onSubmit}>
<input type="text" onChange={this.onChange}/>
<button type="submit">Sign In</button>
</form>
);
}
https://github.com/larsthorup/react-signin-sample
React - Discussion
● Mandatory
● Virtual DOM - decoupled from browser DOM
● Avoid
● HTML, browser DOM, jQueue, D3?
● Optional
● ES6
● JSX
● Webpack
● Stateful and stateless components
● Server-side rendering
● Routing
React - D3
● Competing DOM
manipulation
● We use plain SVG
● And CSS transforms
● Example: gauge.js
● A react-friendly D3?
Redux - Motivation
● Distributed state ● Centralized state
Redux - Overview
Redux - Examples
● State shape
● Auth reducers
● Auth saga: signingIn
Redux - Discussion
● Design patterns
● command
● singleton
● same data flow as server side pages before Ajax!
● Modularity
● State shape
● Testability
● Higher-order functions
● connect(mapStateToProps)(Component)
create-react-app
$ npm install -g create-react-app
$ create-react-app my-first-app # takes 5 min(!)
$ cd my-first-app
$ npm start
# ToDo: hack my-first-app
# https://github.com/larsthorup/react-signin-sample
Questions!

More Related Content

What's hot (20)

PDF
JHipster, modern web application development made easy
Raphaël Brugier
 
PDF
"Design and Test First"-Workflow für REST APIs
Markus Decke
 
PPTX
Дмитрий Лемешко. Comaqa Spring 2018. Continuous mobile automation in build pi...
COMAQA.BY
 
PPTX
Grails Plugin
guligala
 
PDF
Seaside Web 2.0
ESUG
 
PPTX
Groovy & Grails - From Scratch to Production
Tal Maayani
 
PDF
Matheus Marsiglio - Isomorphic React + Redux App
React Conf Brasil
 
PDF
Continuous delivery@LesFurets - DC Continuous delivery meetup
Raphaël Brugier
 
PDF
The Apollo and GraphQL Stack
Sashko Stubailo
 
PDF
A Dynamic Analysis Framework for Front-end JavaScript
Liang Gong
 
PDF
Design Microservice Architectures the Right Way
Michael Bryzek
 
PDF
NYC Continuous Delivery Meetup - Introducing delta
Michael Bryzek
 
PPTX
Jenkins Workflow - An Introduction
Ben Snape
 
PDF
Java2day 2013 : Modern workflows for javascript integration
Mite Mitreski
 
PDF
Apache Airflow
Knoldus Inc.
 
PPTX
GraphQL is new sexy
ITEM
 
PDF
Web view
YAMANE Toshiaki
 
PDF
Lesson 08
Gene Babon
 
PDF
Intro to sbt-web
Marius Soutier
 
PPTX
Taking Control of your Data with GraphQL
Vinci Rufus
 
JHipster, modern web application development made easy
Raphaël Brugier
 
"Design and Test First"-Workflow für REST APIs
Markus Decke
 
Дмитрий Лемешко. Comaqa Spring 2018. Continuous mobile automation in build pi...
COMAQA.BY
 
Grails Plugin
guligala
 
Seaside Web 2.0
ESUG
 
Groovy & Grails - From Scratch to Production
Tal Maayani
 
Matheus Marsiglio - Isomorphic React + Redux App
React Conf Brasil
 
Continuous delivery@LesFurets - DC Continuous delivery meetup
Raphaël Brugier
 
The Apollo and GraphQL Stack
Sashko Stubailo
 
A Dynamic Analysis Framework for Front-end JavaScript
Liang Gong
 
Design Microservice Architectures the Right Way
Michael Bryzek
 
NYC Continuous Delivery Meetup - Introducing delta
Michael Bryzek
 
Jenkins Workflow - An Introduction
Ben Snape
 
Java2day 2013 : Modern workflows for javascript integration
Mite Mitreski
 
Apache Airflow
Knoldus Inc.
 
GraphQL is new sexy
ITEM
 
Web view
YAMANE Toshiaki
 
Lesson 08
Gene Babon
 
Intro to sbt-web
Marius Soutier
 
Taking Control of your Data with GraphQL
Vinci Rufus
 

Viewers also liked (11)

PDF
Hardcore functional programming
Leonardo Andres Garcia Crespo
 
PDF
React 튜토리얼 2차시
태현 김
 
PPTX
WHY JAVASCRIPT FUNCTIONAL PROGRAMMING IS SO HARD?
reactima
 
PDF
Breaking the Server-Client Divide with Node.js and React
Dejan Glozic
 
PDF
Agile Contracts
Lars Thorup
 
PDF
Nodifying the Enterprise - Prince Soni, TO THE NEW
NodejsFoundation
 
PDF
Ramda, a functional JavaScript library
Derek Willian Stavis
 
PDF
React 튜토리얼 1차시
태현 김
 
PDF
Ramda lets write declarative js
Pivorak MeetUp
 
PPT
React js
Jai Santhosh
 
PDF
Le festival de cannes 2016 - histoire de l'affiche
Christian Giordano
 
Hardcore functional programming
Leonardo Andres Garcia Crespo
 
React 튜토리얼 2차시
태현 김
 
WHY JAVASCRIPT FUNCTIONAL PROGRAMMING IS SO HARD?
reactima
 
Breaking the Server-Client Divide with Node.js and React
Dejan Glozic
 
Agile Contracts
Lars Thorup
 
Nodifying the Enterprise - Prince Soni, TO THE NEW
NodejsFoundation
 
Ramda, a functional JavaScript library
Derek Willian Stavis
 
React 튜토리얼 1차시
태현 김
 
Ramda lets write declarative js
Pivorak MeetUp
 
React js
Jai Santhosh
 
Le festival de cannes 2016 - histoire de l'affiche
Christian Giordano
 
Ad

Similar to Lars thorup-react-and-redux-2016-09 (20)

PPTX
React.js at Cortex
Geoff Harcourt
 
PPTX
React. Flux. Redux. by Andrey Kolodnitskiy
Valeriia Maliarenko
 
PDF
Manage the Flux of your Web Application: Let's Redux
Commit University
 
PDF
Redux essentials
Chandan Kumar Rana
 
PDF
The Road To Redux
Jeffrey Sanchez
 
PDF
Getting started with React and Redux
Paddy Lock
 
PPTX
Academy PRO: React JS. Redux & Tooling
Binary Studio
 
PPTX
ReactJS
Fatih Şimşek
 
PDF
React
Amitai Barnea
 
PDF
Building Modern Web Applications using React and Redux
Maxime Najim
 
PDF
Materi Modern React Redux Power Point.pdf
exiabreak
 
PPSX
React introduction
Kashyap Parmar
 
PPTX
React js programming concept
Tariqul islam
 
PDF
Learning React js Learn React JS From Scratch with Hands On Projects 2nd Edit...
bandmvh3697
 
PDF
React, Flux, and Realtime RSVPs
Alex Klibisz
 
PPTX
React gsg presentation with ryan jung &amp; elias malik
Lama K Banna
 
PDF
Content-Driven Apps with React
Netcetera
 
PPTX
Getting started with react &amp; redux
Girish Talekar
 
PPTX
React basic by Yoav Amit, Wix
Chen Lerner
 
React.js at Cortex
Geoff Harcourt
 
React. Flux. Redux. by Andrey Kolodnitskiy
Valeriia Maliarenko
 
Manage the Flux of your Web Application: Let's Redux
Commit University
 
Redux essentials
Chandan Kumar Rana
 
The Road To Redux
Jeffrey Sanchez
 
Getting started with React and Redux
Paddy Lock
 
Academy PRO: React JS. Redux & Tooling
Binary Studio
 
Building Modern Web Applications using React and Redux
Maxime Najim
 
Materi Modern React Redux Power Point.pdf
exiabreak
 
React introduction
Kashyap Parmar
 
React js programming concept
Tariqul islam
 
Learning React js Learn React JS From Scratch with Hands On Projects 2nd Edit...
bandmvh3697
 
React, Flux, and Realtime RSVPs
Alex Klibisz
 
React gsg presentation with ryan jung &amp; elias malik
Lama K Banna
 
Content-Driven Apps with React
Netcetera
 
Getting started with react &amp; redux
Girish Talekar
 
React basic by Yoav Amit, Wix
Chen Lerner
 
Ad

More from BestBrains (20)

PDF
Psykologien i agile teams
BestBrains
 
PDF
Bliv en haj til nedbrydning okt 2016
BestBrains
 
PDF
Vsm best brains presentation_ september 2016_v4 2
BestBrains
 
PDF
BestBrains café-møde: Kanban med Lego ved Jesper Thaning
BestBrains
 
PDF
Projektleder i agilt setup, cafemøde hos BestBrains, april 2016
BestBrains
 
PDF
BestBrains café-møde d. 14. april: Retrospektiv antipatterns
BestBrains
 
PDF
Gør urværket synligt for dine teams
BestBrains
 
PDF
Tddbdd workshop
BestBrains
 
PDF
Craftsmanship 2016 -BestBrains Café-møder
BestBrains
 
PDF
Best brains kanban med lego januar 2016 handout
BestBrains
 
PDF
Bliv en ørn til estimering nov 2015
BestBrains
 
PDF
Den agile transformation november 2015
BestBrains
 
PDF
Sandheden om agile udviklingsteams
BestBrains
 
PDF
Intro til agile 31 aug 2015
BestBrains
 
PDF
Lær 3 agile metoder på en aften, august 2015
BestBrains
 
PDF
Bliv en haj til nedbrydning, aug 2015.
BestBrains
 
PDF
Haj til nedbrydning juni 2015
BestBrains
 
PDF
Motivation - fedt, farligt & flygtigt.
BestBrains
 
PDF
Switch -den_agile_omstilling
BestBrains
 
PDF
Retrospectives er spild af tid!
BestBrains
 
Psykologien i agile teams
BestBrains
 
Bliv en haj til nedbrydning okt 2016
BestBrains
 
Vsm best brains presentation_ september 2016_v4 2
BestBrains
 
BestBrains café-møde: Kanban med Lego ved Jesper Thaning
BestBrains
 
Projektleder i agilt setup, cafemøde hos BestBrains, april 2016
BestBrains
 
BestBrains café-møde d. 14. april: Retrospektiv antipatterns
BestBrains
 
Gør urværket synligt for dine teams
BestBrains
 
Tddbdd workshop
BestBrains
 
Craftsmanship 2016 -BestBrains Café-møder
BestBrains
 
Best brains kanban med lego januar 2016 handout
BestBrains
 
Bliv en ørn til estimering nov 2015
BestBrains
 
Den agile transformation november 2015
BestBrains
 
Sandheden om agile udviklingsteams
BestBrains
 
Intro til agile 31 aug 2015
BestBrains
 
Lær 3 agile metoder på en aften, august 2015
BestBrains
 
Bliv en haj til nedbrydning, aug 2015.
BestBrains
 
Haj til nedbrydning juni 2015
BestBrains
 
Motivation - fedt, farligt & flygtigt.
BestBrains
 
Switch -den_agile_omstilling
BestBrains
 
Retrospectives er spild af tid!
BestBrains
 

Recently uploaded (20)

PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PPTX
Digital Circuits, important subject in CS
contactparinay1
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
Digital Circuits, important subject in CS
contactparinay1
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 

Lars thorup-react-and-redux-2016-09