How to use fluxible-plugin-devtools - 1 common examples

To help you get started, we’ve selected a few fluxible-plugin-devtools examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github yahoo / fluxible / site / app.js View on Github external
debug('component 404 error', payload.err);
            }
            else {
                debug('component exception', payload.err);
            }

            return;
        }

        done();
    }
});

app.plug(queryPlugin());
app.plug(fetchrPlugin({ xhrPath: '/_api' }));
app.plug(devToolsPlugin());

app.registerStore(DocStore);
app.registerStore(MyRouteStore);
app.registerStore(SearchStore);

export default app;

fluxible-plugin-devtools

A plugin for Fluxible applications to provide debugging information

Unrecognized
Latest version published 2 years ago

Package Health Score

62 / 100
Full package analysis

Popular fluxible-plugin-devtools functions