ctrlplusb / react-async-bootstrapper

Execute a bootstrap method on your React/Preact components. Useful for data prefetching and other activities.
MIT License
117 stars 12 forks source link

Adjust API so that anything but a `false` will continue tree traversal #1

Closed ctrlplusb closed 6 years ago

ctrlplusb commented 7 years ago

Needs doing on react-tree-walker likely

bradennapier commented 7 years ago

Agreed here, was just thinking that. I don't want to have to put the bootstrapper method on every single component as we move downwards - only the ones that might block the walk.

ctrlplusb commented 6 years ago

Done on react-tree-walker