1.4.0 • Published 3 years ago

@indoqa/react-app v1.4.0

Weekly downloads
73
License
Apache-2.0
Repository
github
Last release
3 years ago

Indoqa React Application

A component that provides a ready-to-use setup of Redux, react-router, redux-observable and Fela.

Motivation

Working on different react applications, we ended up writing the same initialization code again and again. To avoid this duplicity, we extracted this component that covers middleware configuration, routing, Fela and dev tool setup. Only app specific routes, reducers, epics and a Fela configuration need to be passed as props.

Changelog

Learn about the latest improvements

Features

Usage

ReactDOM.render(
  <IndoqaApplication history={history} store={store} renderer={renderer}>
    <App />
  </IndoqaApplication>,
  rootEl,
)

Example

See indoqa-react-redux-ts for an example of how to setup the store, the history and the fela renderer with hot-reload enabled.

1.4.1-alpha.3

3 years ago

1.4.1-alpha.2

3 years ago

1.4.1-alpha.1

3 years ago

1.4.1-alpha.0

4 years ago

1.4.0

4 years ago

1.4.0-rc.10

4 years ago

1.4.0-rc.8

4 years ago

1.4.0-rc.7

4 years ago

1.4.0-rc.6

4 years ago

1.4.0-rc.4

4 years ago

1.4.0-rc.5

4 years ago

1.3.2-rc.2

5 years ago

1.3.2-rc.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

1.0.0-alpha.6

5 years ago

1.0.0-alpha.5

5 years ago

1.0.0-alpha.4

5 years ago