Every component we create we have to return an actiaul element. But in some cases we just don't actually need that. For example, when we attempt to transitions like what Famo.us does, we would calculate every position by hand, and such a wrapper becomes unnesseccery. So how about introducing something like "abstract elements" to do that?