Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nasi-lemak-implementation

diaozheng9995MIT1.2.0-pre.6TypeScript support: included

A testable framework for React and React Native

readme

React Native Core

A monorepo to contain all re-usable elements in React Native

changelog

1.2.0

  • Updated nasi to 1.2.3
  • nasi-lemak-react-types
    • Added ReducableDispatcher
    • Added ReducerComponent
    • Added RxJS utility functions
    • Added Stable types to represent referentially-stable functions
    • Fix bug which caused DispatchComponent to fire side effects in the next reduce cycle.
    • Added Rx.asDispatch to convert an RxJS observable to Dispatch.
    • Added isType and isScope functions to Action.
  • nasi-lemak-implementation
    • Fix bug with Theme where themes which are registered cannot be read.
    • Fix bug with useAsyncLegacy where promise gets called constantly every render.
    • Added useRxOperator hook to convert an RxJS Operator to React states.

1.1.2

  • nasi-lemak-implementation
    • Uses BehaviorSubject instead of ReplaySubject in useAsObservable hook.

1.1.0 (1.1.1)

  • Updated nasi to 1.1.3
  • Re-exported Dev from nasi
  • nasi-lemak-implementation
    • Added hooks useAsObservable, useFunctionAsObservable and useMemoAsObservable.
    • useAsyncReducer now uses asap instead of setImmediate.

1.0.0

  • Initial migration from internal repo