React18:concurrent的粗略探索

concurrent模式实验了几年了,react的reconcile核心已经为concurrent模式从stack重构成了fiber,但concurrent模式直到react18,才计划正式引进。