1.2.0-beta1 • Published 2 years ago

@ignitor/core v1.2.0-beta1

Weekly downloads
5
License
ISC
Repository
bitbucket
Last release
2 years ago

Ignitor core

npm node types downloads license

React/Redux Ignitor for development with less configuration.

This project has been created by Vessel CLI. For a simple and quick reference about it, click here.

About

React와 Redux, ServiceWorker 등 애플리케이션 개발에 필요한 기초 요소들에 대한 헬퍼 라이브러리.

Installation

해당 라이브러리를 사용 할 프로젝트에서는 아래와 같이 의존성 모듈로 설치한다.

$ npm install --save @ignitor/core
or
$ yarn add @ignitor/core

Modules in the package

본 패키지에는 아래와 같은 모듈들을 포함한다. 제공되는 모듈과 메소드 사용법 등은 코드 스니핏을 참고한다.

Events module

EventBus 간략 구현체

Ignitor module

Redux, Redux Middleware, Service Worker 등에 대한 처리 모듈

LazyComponent module

React.lazy / React.Suspend를 이용하여 lazy component loading을 구현한 모듈

ReduxStore module

Redux store 생성, 응용을 위한 메소드 제공

ReduxMockStore module

테스트 환경에서 Redux Store에 대한 mock store를 제공하기 위한 래핑 함수

Change Log

프로젝트 변경사항은 CHANGELOG.md 파일 참조.

License

프로젝트 라이센스는 LICENSE 파일 참조.