You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import RxJS and Lodash modules individually (#316)
* frint: import RxJS modules individually.
* import RxJS modules individually.
* make: command for quickly listing all `rxjs/*` imports in source across all packages.
* import lodash functions individually.
* frint-config: initial commit.
* frint-config: list in docs.
* internally use `frint-config` for generating dists.
* eslint: fail the build for any full import of `rxjs` or `lodash`.
* frint-store: update docs about epics not providing all RxJS operators by default.
* eslint: do not allow extending RxJS modules on the fly.
@@ -57,6 +57,7 @@ The framework is a collection of these packages, which can be composed together
57
57
|[frint-component-utils]|[![frint-component-utils-status]][frint-component-utils-package]| Utils for reactive Components |
58
58
|[frint-component-handlers]|[![frint-component-handlers-status]][frint-component-handlers-package]| Handlers for integrating with other rendering libraries |
59
59
|[frint-test-utils]|[![frint-test-utils-status]][frint-test-utils-package]| Internally used test utilities |
60
+
|[frint-config]|[![frint-config-status]][frint-config-package]| Common config for your Apps |
0 commit comments