Commit Graph

3 Commits

Author SHA1 Message Date
Pranav Yadav
cb4352abea js/react-flipper-example Switch to React 18.2.0 & bump deps (#4901)
Summary:
This diff refactors `js/react-flipper-example` to React & ReactDOM `18.2.0` and bumps all deps to the `latest`.
- Also, specifies the `js-flipper` dep version as `*` which is taken care of by the `relative-deps` script.
- Deletes `logo.svg` from `src/`

### Scope: `js/react-flipper-example`

## Changelog

[General][Changed] - [Refactor] `js/react-flipper-example` Switch to React `18.2.0` & bump deps.

Pull Request resolved: https://github.com/facebook/flipper/pull/4901

Test Plan: - Should pass `js-flipper / build-react-example (pull_request)` workflow.

Reviewed By: antonk52

Differential Revision: D47868448

Pulled By: passy

fbshipit-source-id: edc67ebe3f205d32ec6198b7130ded287997fe50
2023-07-31 05:40:55 -07:00
Andrey Goncharov
df018ebdcb Migrate React example app to react-scripts 5
Reviewed By: antonk52

Differential Revision: D35114197

fbshipit-source-id: 88b35b4d927d7eca099a62d9cf4319ffe3ecf423
2022-03-24 09:32:00 -07:00
Andrey Goncharov
02115722b3 Implement React example of WS integration with Flipper
Summary: Create an example of how one can use `js-flipper` in a browser to connect to Flipper over WS.

Reviewed By: mweststrate

Differential Revision: D31688114

fbshipit-source-id: 135f826daeddeda8dca5b3df6504cc2bdc04dd1b
2021-10-21 09:13:18 -07:00