{"id":22382521,"url":"https://github.com/jcoreio/redux-features-hot-loader","last_synced_at":"2025-08-08T20:28:49.200Z","repository":{"id":14659678,"uuid":"76815203","full_name":"jcoreio/redux-features-hot-loader","owner":"jcoreio","description":"webpack hot loader for redux-features","archived":false,"fork":false,"pushed_at":"2023-01-04T14:30:57.000Z","size":1472,"stargazers_count":0,"open_issues_count":35,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T13:07:30.606Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcoreio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-19T00:33:52.000Z","updated_at":"2020-04-21T04:02:02.000Z","dependencies_parsed_at":"2023-01-14T00:15:12.457Z","dependency_job_id":null,"html_url":"https://github.com/jcoreio/redux-features-hot-loader","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcoreio%2Fredux-features-hot-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcoreio%2Fredux-features-hot-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcoreio%2Fredux-features-hot-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcoreio%2Fredux-features-hot-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcoreio","download_url":"https://codeload.github.com/jcoreio/redux-features-hot-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245726875,"owners_count":20662545,"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-12-05T00:13:20.143Z","updated_at":"2025-03-26T19:41:09.249Z","avatar_url":"https://github.com/jcoreio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redux-features-hot-loader\n\n[![Build Status](https://travis-ci.org/jcoreio/redux-features-hot-loader.svg?branch=master)](https://travis-ci.org/jcoreio/redux-features-hot-loader)\n[![Coverage Status](https://coveralls.io/repos/github/jcoreio/redux-features-hot-loader/badge.svg?branch=master)](https://coveralls.io/github/jcoreio/redux-features-hot-loader?branch=master)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\nWebpack hot reloading for [redux-features](https://github.com/jcoreio/redux-features)\n\n## Usage\n```\nnpm install --save-dev redux-features-hot-loader\n```\n\n### Inline\n```js\nimport {addFeature} from 'redux-features'\nimport store from './store'\nimport myFeature from 'redux-features-hot-loader!./myFeature'\n\nstore.dispatch(addFeature('myFeature', myFeature))\n```\n\n### Webpack loader (Webpack 1)\n**This should come before your main `\\.js$` loader.**\n\nFor instance to apply this to all files ending in `Feature.js`:\n```js\n{\n  test: /Feature\\.js$/,\n  loader: 'redux-features-hot-loader',\n},\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcoreio%2Fredux-features-hot-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcoreio%2Fredux-features-hot-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcoreio%2Fredux-features-hot-loader/lists"}