0.7.8 • Published 4 years ago
@ringcentral/web-apps-react v0.7.8
RingCentral Web Apps React
The purpose of this library is to synchronize page location with history object of React.
The reason why it is needed is this bug of React Router: https://github.com/ReactTraining/react-router/issues/7113.
Usage
This library can be used without Web Apps.
Simply put the LocationSync anywhere under Router in your hierarchy of components:
import {BrowserRouter, Route} from 'react-router-dom';
import {LocationSync} from '@ringcentral/web-apps-react';
export default () => (
<BrowserRouter>
<LocationSync />
<Route />
<Route />
<Route />
<Route />
</BrowserRouter>
);0.7.8
4 years ago
0.7.7
4 years ago
0.7.6
4 years ago
0.7.5
5 years ago
0.7.4
5 years ago
0.7.3
6 years ago
0.7.2
6 years ago
0.7.2-canary.125.0
6 years ago
0.7.1
6 years ago
0.6.2-canary.120.2
6 years ago
0.7.0
6 years ago
0.6.2-canary.117.1
6 years ago
0.6.1
6 years ago
0.6.0
6 years ago