3.8.2 • Published 3 days ago

@ngxs/hmr-plugin v3.8.2

Weekly downloads
2,202
License
MIT
Repository
github
Last release
3 days ago

Quick Links


The Goal of NGXS

NGXS tries to make things as simple and accessible as possible. There can be a lot of boilerplate code in state management, thus a main goal of NGXS is to reduce boilerplate allowing you to do more things with less. It is also not necessary to be super familiar with RxJs.

The Goal of NGXS Labs

The idea with this github organisation is to provide a place for the community to create libraries that augment the main framework with functionality that does not need to be integrated directly into the framework and therefore can evolve through their initial iterations of experimentation without affecting the main @ngxs/store library.

Getting Started - Local Development

Installation

To get started locally, follow these instructions:

  1. If you haven't done it already, make a fork of this repo.
  2. Clone to your local computer using git.
  3. Make sure that you have installed NodeJS.
  4. Make sure that you have yarn installed.
  5. Run yarn install.
  6. Run yarn build:packages.

Creating new packages or add feature/fix

if you make changes @ngxs/store
  1. Run development mode yarn build:packages --package store --watch
  2. Run serve integration examples yarn start
  3. ...development...
  4. Run tests yarn test:ci
  5. Create pull request
if you add a new package @ngxs/my-super-plugin
  1. Create a new project folder packages/my-super-plugin
  2. Create template library with ngPackagr
  3. Add your project to package.json
  4. Run development mode yarn build:packages --package my-super-plugin --watch
  5. ...development...
  6. Run build yarn build:packages --package my-super-plugin
  7. Run tests yarn test:ci
  8. Create pull request

NGXS Labs

If you have ideas for creating unique libraries, you can join us. Email us at ngxs.lead@gmail.com. Or you can email us on Twitter or Slack.

Packages

Tools

ProjectPackageVersionLinks
NGXS CLI@ngxs/clilatestREADME
NGXS Schematics@ngxs/schematicslatestREADME

Packages

ProjectPackageVersionLinks
NGXS Store@ngxs/storelatestREADME snapshot
NGXS Logger-plugin@ngxs/logger-pluginlatestREADME snapshot
NGXS Devtools-plugin@ngxs/devtools-pluginlatestREADME snapshot
NGXS WebSocket-plugin@ngxs/websocket-pluginlatestREADME snapshot
NGXS Form-plugin@ngxs/form-pluginlatestREADME snapshot
NGXS Router-plugin@ngxs/router-pluginlatestREADME snapshot
NGXS Storage-plugin@ngxs/storage-pluginlatestREADME snapshot
NGXS HMR@ngxs/hmr-pluginlatestREADME snapshot

NGXS Labs

ProjectPackageVersionLinks
NGXS-labs Data@ngxs-labs/datalatestREADME
NGXS-labs Emitter@ngxs-labs/emitterlatestREADME
NGXS-labs Immer adapter@ngxs-labs/immer-adapterlatestREADME
NGXS-labs Dispatch decorator@ngxs-labs/dispatch-decoratorlatestREADME
NGXS-labs Select snapshot decorator@ngxs-labs/select-snapshotlatestREADME
NGXS-labs Async storage plugin@ngxs-labs/async-storage-pluginlatestREADME
NGXS-labs Entity state@ngxs-labs/entity-statelatestREADME
NGXS-labs Testing tools@ngxs-labs/testinglatestREADME
NGXS-labs Actions Executing@ngxs-labs/actions-executinglatestREADME

Community

ProjectPackageVersionLinks
Reset Pluginngxs-reset-pluginlatestREADME

Contributors

Thanks to all our contributors!

3.8.2

5 months ago

3.8.1

12 months ago

3.8.0

1 year ago

3.7.6

1 year ago

3.7.5

2 years ago

3.7.4

2 years ago

3.7.3

2 years ago

3.7.2

3 years ago

3.7.1

3 years ago

3.7.0

4 years ago

3.6.2

4 years ago

3.6.1

4 years ago

3.6.0

4 years ago

3.5.1

5 years ago

3.5.0

5 years ago

3.4.3

5 years ago

3.4.2

5 years ago

3.4.1

5 years ago

3.4.0

5 years ago