Removing unneeded line breaks that affects UI

This commit is contained in:
Olena Sovyn 2017-01-19 15:27:58 +00:00 committed by GitHub
parent b05dce4ba6
commit 3bbba25ab3

View File

@ -167,8 +167,7 @@ They have to implement the control logic of your re-frame app, which
means dealing with the outside, mutative world of servers, databases, means dealing with the outside, mutative world of servers, databases,
windows.location, LocalStore, cookies, etc. windows.location, LocalStore, cookies, etc.
There's just no getting away from living in a mutative world, There's just no getting away from living in a mutative world, which sounds pretty ominous. Is that it? Are we doomed to impurity?
which sounds pretty ominous. Is that it? Are we doomed to impurity?
Well, luckily a small twist in the tale makes a profound difference. We Well, luckily a small twist in the tale makes a profound difference. We
will look at side-effects first. Instead of creating event handlers will look at side-effects first. Instead of creating event handlers