swyxio / brain

Swyx's second brain!

Home Page:https://publish.obsidian.md/swyx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate "maxDuration" documentation as the prop is removed from "<Suspense>"

dance2die opened this issue · comments

maxDuration has been removed on 2 Apr 2019.

References:

  1. Removed from React: facebook/react#15272
  2. Removed from Flow: facebook/flow#7613

pr?

I will do it after work.

Is it possible to revert this change and restore maxDuration until you come up with better heuristics?. Because 150ms is too small and when we use lazy loading of React components we get the flickering of the loading indicators, just what we wanted to avoid by introducing Suspense.