Tweak to copy in demo/intro

We should always _care_ about performance; hopefully we don’t have to _think_ about it too often ;)
This commit is contained in:
Avi Flax 2018-06-21 16:19:31 -04:00 committed by GitHub
parent 5043371781
commit d437719045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@
[:p "The goal of Reagent is to make it possible to define
arbitrarily complex UIs using just a couple of basic concepts,
and to be fast enough by default that you rarely have to care
and to be fast enough by default that you rarely have to think
about performance."]
[:p "A very basic Reagent component may look something like this: "]