{"id":19505900,"url":"https://github.com/morlay/redux-bootstrap","last_synced_at":"2026-06-07T21:31:30.178Z","repository":{"id":57128117,"uuid":"64814841","full_name":"morlay/redux-bootstrap","owner":"morlay","description":null,"archived":false,"fork":false,"pushed_at":"2016-08-03T10:40:33.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T00:48:25.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/morlay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-03T04:23:25.000Z","updated_at":"2017-12-20T03:18:31.000Z","dependencies_parsed_at":"2022-08-31T17:20:07.781Z","dependency_job_id":null,"html_url":"https://github.com/morlay/redux-bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fredux-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fredux-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fredux-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fredux-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morlay","download_url":"https://codeload.github.com/morlay/redux-bootstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240754364,"owners_count":19852189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T22:34:45.999Z","updated_at":"2026-06-07T21:31:30.131Z","avatar_url":"https://github.com/morlay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Redux Bootstrap\n\nBootstrap for my web redux react projects\n\n[![Build Status](https://img.shields.io/travis/morlay/redux-bootstrap.svg?style=flat-square)](https://travis-ci.org/morlay/redux-bootstrap)\n[![NPM](https://img.shields.io/npm/v/@morlay/redux-bootstrap.svg?style=flat-square)](https://npmjs.org/package/@morlay/redux-bootstrap)\n[![Dependencies](https://img.shields.io/david/morlay/redux-bootstrap.svg?style=flat-square)](https://david-dm.org/morlay/redux-bootstrap)\n\n### Grouped Packages\n\n* react\n* react-dom\n* redux\n* react-router\n* react-router-redux\n* react-redux\n* recompose\n* lodash\n\n### Extra APIs\n\n### `bootstrap: Promise`\n\n```js\nbootstrap({\n  history,\n  location: ReactRouterLocation,\n  getRoutes: (store) =\u003e ReactRouterPlainRoute,\n  \n  reducers: Object, // optional\n  middlewares: Array,  // optional\n  composes: Array, // optional\n  initialState,\n})\n.then(({ redirectLocation, ...renderProps }) =\u003e {\n  // do render in browser or server-side\n})\n```\n\nsame as [react-router#mactch](https://github.com/reactjs/react-router/blob/master/docs/API.md#match-routes-location-history-options--cb)\nbut return Promise resolve `{ [renderProps], [redirectLocation] }` and reject `err`\n\n* `store` and `history` must be passed for `react-router-redux#syncHistoryWithStore`\n\n### `\u003cRouterProvider {...renderProps} client/\u003e`\n\n### `connectStateProps(mapStateToProps)` and `connectDispatchProps(mapDispatchToProps)`\n\nsame as `react-redux#connect` but simplify args.\n \n* `mergeProps` could use `recompose#mapProps` instead. \n \n### `withRouting(Component)`\n\nprovide `{ routing }` in props,\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Fredux-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorlay%2Fredux-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Fredux-bootstrap/lists"}