react-async-bootstrapper icon indicating copy to clipboard operation
react-async-bootstrapper copied to clipboard

Execute a bootstrap method on your React/Preact components. Useful for data prefetching and other activities.

Results 28 react-async-bootstrapper issues
Sort by recently updated
recently updated
newest added

This is my code: TopicDetail.jsx `class TopicDetail extends React.Component{ constructor(){ super(); this.state={ newReply:'' } } componentDidMount(){ // const id = this._getId(); // this.props.topicStore.getTopicDetail(id); } bootstrap(){ const id = this._getId(); return...

As react router dom is the most used router for react. it will be nice to have an example of integrating the router with the bootstrapper to make sure the...

- warn message `warnmsg` was refering to `asyncBootsrap` instead of `asyncBootstrap`

HI, i'm trying to upgrade my universal application from react-router 3 to 4, and the only almost functioning async component its yours (I've tried react-loadable, but it flickers on first...

Hi, it would be useful to be able to pass the options object in the `asyncBootstrapper` down into the individual `asyncBootstrap` callbacks. Here's an example. ``` class Foo extends Component...

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies