wp-pwa / saturn-app-theme-worona

Saturn theme for worona apps
1 stars 0 forks source link

Create Defer component and add it to the Swipe #58

Closed luisherranz closed 7 years ago

luisherranz commented 7 years ago

The API could be something like this:

<Defer time={300}>
  <Post .... >
</Defer>

It should render null until time has passed. Then it should render children.

orballo commented 7 years ago

After testing Defer component we didn't notice any improvement in Slider's performance. I'll proceed to remove it.