You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
5.3 KiB
126 lines
5.3 KiB
11 months ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||
|
|
||
|
<!-- Enable responsiveness on mobile devices-->
|
||
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape-->
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
|
||
|
|
||
|
<title>Julio Biason .Me 4.3</title>
|
||
|
|
||
|
<!-- CSS -->
|
||
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print">
|
||
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css">
|
||
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css">
|
||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body class=" ">
|
||
|
|
||
|
<div class="sidebar">
|
||
|
<div class="container sidebar-sticky">
|
||
|
<div class="sidebar-about">
|
||
|
|
||
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a>
|
||
|
|
||
|
<p class="lead">Old school dev living in a 2.0 dev world</p>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<ul class="sidebar-nav">
|
||
|
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/">English</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="content container">
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">Reactive Programming with JavaScript - Jonathan Hayward</h1>
|
||
|
<span class="post-date">
|
||
|
2016-05-27
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/jonathan-hayward/">#jonathan hayward</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/javascript/">#javascript</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reactive/">#reactive</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-1/">#stars:1</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2015/">#published:2015</a>
|
||
|
|
||
|
</span>
|
||
|
<p><a href="https://www.goodreads.com/book/show/26202851-reactive-programming-with-javascript">GoodReads Summary</a>:
|
||
|
Learn the hot new front-end web framework from Facebook: ReactJS, an easy way
|
||
|
of developing the V in MVC and a better approach to software engineering in
|
||
|
JavaScript.</p>
|
||
|
<span id="continue-reading"></span><div>
|
||
|
★☆☆☆☆
|
||
|
</div>
|
||
|
<p>If I had to define this book in a single word, I'd had to go with "unfocused".</p>
|
||
|
<p>Now, with that title, you'd expect to learn about the principles that drove
|
||
|
the design of things like "ReactJS". But it doesn't. This is not about
|
||
|
Reactive Programming. It's about ReactJS. And it's not about Reactive
|
||
|
Programming, it's about Reactive <em>Funcional</em> Programming.</p>
|
||
|
<p>Well, you'd still expect it to come with some conclusions about ReactJS,
|
||
|
right? Wrong again.</p>
|
||
|
<p>Most of the time you'll spend reading things that have absolutely no relation
|
||
|
with reactive programming, functional reactive programming or even ReactJS.
|
||
|
There is a long rant about C++ which ends with no conclusion at all and gives
|
||
|
no pointers on how it connects to the whole. There is another discussion about
|
||
|
INTERCAL which leads to nowhere -- maybe, except, the author's bank account
|
||
|
for the number of words.</p>
|
||
|
<p>At some point, the author finally discusses a bit of functional programming
|
||
|
talking about <code>map</code>, <code>filter</code> and <code>reduce</code>, but it goes nowhere from there and
|
||
|
a whole chapter with 10+ pages have a single paragraph about real, focused
|
||
|
talk about functional programming; the rest is just more rambling going to
|
||
|
nowhere.</p>
|
||
|
<p>If it was possible to run tests over the content of the book, the amount of
|
||
|
content out of a coverage on a BDD about Reactive Programming would point that
|
||
|
about 90% of it is never tested. It's content that talks absolutely <em>nothing</em>
|
||
|
about reactive programming, with large portions being repeated over and over
|
||
|
again (which makes me, once again, wonder why Packt pays for reviewers when
|
||
|
this kind of bullshit happens).</p>
|
||
|
<p>"This book is about ReactJS", the author says in the introduction, but there
|
||
|
are only 4 chapters about ReactJS, with terrible JavaScript and absolutely no
|
||
|
explanation on <em>why</em> things are being designed that way.</p>
|
||
|
<p>You want a review in a single phrase? Ok, that phrase would be "stay away from
|
||
|
this book".</p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|