tweak philosophy slightly
This commit is contained in:
@@ -148,20 +148,19 @@ we want to be nice and fun, and then _casually_ be the best choice around.
|
|||||||
_Real casually._
|
_Real casually._
|
||||||
|
|
||||||
We believe frameworks should be disposable, and components recyclable. We don't
|
We believe frameworks should be disposable, and components recyclable. We don't
|
||||||
like the current state of web development where walled gardens jealously
|
want a web where walled gardens jealously compete with one another. By making
|
||||||
compete with one another. We want you to be free, not shackled to a damp
|
the DOM the lowest common denominator, switching from one framework to another
|
||||||
dungeon wall. By making the DOM the lowest common denominator, switching from
|
becomes frictionless. Components should run anywhere that has a DOM, regardless
|
||||||
one framework to another becomes frictionless. Components should run anywhere
|
of the framework. `choo` is modest in its design; we don't believe it will be
|
||||||
that has a DOM, regardless of the framework. `choo` is modest in its design; we
|
top of the class forever, so we've made it as easy to toss out as it is to pick
|
||||||
don't believe it will be top of the class forever, so we've made it as easy to
|
up.
|
||||||
toss out as it is to pick up.
|
|
||||||
|
|
||||||
We don't believe that bigger is better. Big APIs, big dependencies, large file
|
We don't believe that bigger is better. Big APIs, large complexities, long
|
||||||
sizes - we see them as omens of impending userland complexity. We want
|
files - we see them as omens of impending userland complexity. We want everyone
|
||||||
everyone on a team, no matter the size, to fully understand how an application
|
on a team, no matter the size, to fully understand how an application is laid
|
||||||
is laid out. And once an application is built, we want it to be small,
|
out. And once an application is built, we want it to be small, performant and
|
||||||
performant and easy to reason about. All of which makes for easy to debug code,
|
easy to reason about. All of which makes for easy to debug code, better results
|
||||||
better results and super smiley faces.
|
and super smiley faces.
|
||||||
|
|
||||||
## Optimizations
|
## Optimizations
|
||||||
Choo is reasonably fast out of the box. But sometimes you might hit a scenario
|
Choo is reasonably fast out of the box. But sometimes you might hit a scenario
|
||||||
|
|||||||
Reference in New Issue
Block a user