Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open source readme #32

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@

A set of tools facilitating the migration of Ember components to React components:

- [Ember to React bridge component](https://gitlab.qonto.co/npm-packages/react-migration-toolkit/-/tree/main/react-migration-toolkit/src/components)
- [React providers](https://gitlab.qonto.co/npm-packages/react-migration-toolkit/-/blob/main/react-migration-toolkit/src/react/contexts/index.ts)
- [React hooks](https://gitlab.qonto.co/npm-packages/react-migration-toolkit/-/blob/main/react-migration-toolkit/src/react/hooks/index.ts)
- [React components](https://gitlab.qonto.co/npm-packages/react-migration-toolkit/-/blob/main/react-migration-toolkit/src/react/components/index.ts)
- [Ember to React bridge component](https://github.com/qonto/react-migration-toolkit/tree/main/react-migration-toolkit/src/components)
- [React providers](https://github.com/qonto/react-migration-toolkit/tree/main/react-migration-toolkit/src/react/contexts/index.ts)
- [React hooks](https://github.com/qonto/react-migration-toolkit/tree/main/react-migration-toolkit/src/react/hooks/index.ts)
- [React components](https://github.com/qonto/react-migration-toolkit/tree/main/react-migration-toolkit/src/react/components/index.ts)

## Installation

```
ember install react-migration-toolkit
```

## Usage

Expand Down Expand Up @@ -60,12 +66,6 @@ export default class MyComponent extends Component {
- [📕 How to use feature flags with LaunchDarkly](https://www.notion.so/qonto/How-to-use-feature-flags-in-React-components-ece906bed7b44202a8d3416ccadd7469)
- [📕 How to test React components in Ember](https://www.notion.so/qonto/How-to-test-React-components-in-Ember-3686964be92642cc93f6dd767486cc59)

## Installation

```
ember install react-migration-toolkit
```

## Compatibility

- Ember.js v4.12 or above
Expand Down
Loading