How to use items-store - 3 common examples

To help you get started, we’ve selected a few items-store 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 regentmarkets-repo-archive / binary-next-gen / app / login / LoginRoute.js View on Github external
import { createContainer } from 'items-store';
import LoginPage from './LoginPage';

export default createContainer(LoginPage);
github regentmarkets-repo-archive / binary-next-gen / app / ApplicationRoute.js View on Github external
import { createContainer } from "items-store";
import Application from "./Application";

export default createContainer(Application);
github regentmarkets-repo-archive / binary-next-gen / app / home / HomeRoute.js View on Github external
import { createContainer } from 'items-store';
import HomePage from './HomePage';

export default createContainer(HomePage);

items-store

A flux-like architecture with a syncing items store

MIT
Latest version published 9 years ago

Package Health Score

42 / 100
Full package analysis

Popular items-store functions