SlideShare a Scribd company logo
Building SPA
in 2017
Arek Flinik
@aflinik
wroc_love.rb 2015
How many of you
don't work on SPA?
So why do we still talk
about cells rendering HTML
from our apps so much?
Typical 2015 SPA
DB
Data (Model / Repo / Etc)
Controller
Response formatting
AJAX
Model / Store
Controller / Glue / Dispatcher
View / Component / Template
Routes
Typical 2015 SPA
DB
Data (Model / Repo / Etc)
Controller
Response formatting
AJAX
Model / Store
Controller / Glue / Dispatcher
View / Component / Template
Routes
BOILERPLATE
Typical 2015 SPA
DB
Data (Model / Repo / Etc)
Controller
Response formatting
AJAX
Model / Store
Controller / Glue / Dispatcher
View / Component / Template
Routes
BOILERPLATE
Overly coupled
Example
Andrzej
what if we want to add new information here?
Andrzej
Example
314 posts
what if we want to add new information here?
Example
DB
Data (Model / Repo / Etc)
Controller
Response formatting
AJAX
Model / Store
Controller / Glue / Dispatcher
View / Component / Template
Routes
Example
DB
Data (Model / Repo / Etc)
Controller
Response formatting
AJAX
Model / Store
Controller / Glue / Dispatcher
View / Component / Template
Routes
Solution?
One app for
everything!
Solution?
One app for
everything!
Yeeeaaah, but...
Better solution?
HASKELL ;-)
Better solution?
Falcor
from
Relay
from
Better solution?
DB
Data (Model / Repo / Etc)
Controller
Response formatting
AJAX
Model / Store
Controller / Glue / Dispatcher
View / Component / Template
Routes
Better solution?
DB
Data (Model / Repo / Etc)
Controller
Response formatting
AJAX
Model / Store
Controller / Glue / Dispatcher
View / Component / Template
Routes
BOILERPLATE
Overly coupled
🚫
Better solution?
DB
Data (Model / Repo / Etc)
Relay / Falcor
View / Component / Template
GraphQL / ???
Want to try it?
It's not 2017 yet 😒
Thanks 👌

More Related Content

PDF
Wrapping and Securing REST APIs with GraphQL
PPT
Bis 345-week-5-i lab-new
PDF
Rits Brown Bag - Conga Composer
PPTX
Salesforce and conga composer integration
PDF
Introduction to GraphQL
PDF
Mastering Form Rules and Formulas in QuickBase
PPTX
Pratical eff-scalaitaly-2017
PDF
Aws summit strikingly analytics
Wrapping and Securing REST APIs with GraphQL
Bis 345-week-5-i lab-new
Rits Brown Bag - Conga Composer
Salesforce and conga composer integration
Introduction to GraphQL
Mastering Form Rules and Formulas in QuickBase
Pratical eff-scalaitaly-2017
Aws summit strikingly analytics

Viewers also liked (17)

PDF
Top 10 Promotional Pens & Writing Instrument Ideas
PPT
Intro to SPA using JavaScript & ASP.NET
PDF
WebApp / SPA @ AllFacebook Developer Conference
PDF
Building Applications Using Ajax
PDF
Webinar on Angular JS titled 'Develop Responsive Single Page Application'
PPTX
Ajax presentation
PDF
Single page application
PPTX
Single page application
PDF
Ajax Introduction Presentation
PPT
An Introduction to Ajax Programming
PPT
Single Page Application presentation
PPT
Ajax Ppt
PDF
Introduction to ajax
PPTX
Ajax ppt - 32 slides
PPTX
SPA 2009 - Acceptance Testing AJAX Web Applications through the GUI
PPTX
Introduction to ajax
Top 10 Promotional Pens & Writing Instrument Ideas
Intro to SPA using JavaScript & ASP.NET
WebApp / SPA @ AllFacebook Developer Conference
Building Applications Using Ajax
Webinar on Angular JS titled 'Develop Responsive Single Page Application'
Ajax presentation
Single page application
Single page application
Ajax Introduction Presentation
An Introduction to Ajax Programming
Single Page Application presentation
Ajax Ppt
Introduction to ajax
Ajax ppt - 32 slides
SPA 2009 - Acceptance Testing AJAX Web Applications through the GUI
Introduction to ajax
Ad

Recently uploaded (20)

PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Big Data Technologies - Introduction.pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
A Presentation on Artificial Intelligence
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Tartificialntelligence_presentation.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Approach and Philosophy of On baking technology
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
MIND Revenue Release Quarter 2 2025 Press Release
Encapsulation_ Review paper, used for researhc scholars
NewMind AI Weekly Chronicles - August'25-Week II
Big Data Technologies - Introduction.pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
SOPHOS-XG Firewall Administrator PPT.pptx
cuic standard and advanced reporting.pdf
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Advanced methodologies resolving dimensionality complications for autism neur...
A Presentation on Artificial Intelligence
Building Integrated photovoltaic BIPV_UPV.pdf
Tartificialntelligence_presentation.pptx
Network Security Unit 5.pdf for BCA BBA.
Unlocking AI with Model Context Protocol (MCP)
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
MYSQL Presentation for SQL database connectivity
Approach and Philosophy of On baking technology
Diabetes mellitus diagnosis method based random forest with bat algorithm
Programs and apps: productivity, graphics, security and other tools
MIND Revenue Release Quarter 2 2025 Press Release
Ad

Writing SPA in 2017