Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.46 KB

File metadata and controls

31 lines (26 loc) · 1.46 KB

Change Log:

  1. Update code base according to latest cra config.
  • Add browserlist config at package.json
  • Change serviceWorker code and apply it in index.js file.
  • Update index.html code to latest cra code.
  • Add robots.txt file within public.
  1. Replace deprecated LocalProvider by ConfigProvider (antd).
  2. Add route.constants.js file.
  3. Add React.lazy and React.Suspence support. Remove asyncComponent
  4. Add ErrorBoundary Component.
  5. Create route.constants.js file for route name.
  6. Remove react-window-size-listener and react-throttle package in favour of custom useWindowSize hook.
  7. Rename App Container to Dashboard.
  8. Remove unnecessary Provider's from Dashboard container
  9. Remove global.css file add DashboardGlobalStyles.
  10. change import Input from '@isomorphic/shared/isomorphic/components/uielements/input'; to import Input from '@iso/components/uielements/input';
  11. Refactor sidebar, AppRouter, and Other Routing to react-router-dom v5.1.1
  12. Convert class components to functional components .
  13. replace connect with useSelector, useDispatch from react-redux hooks.
  14. Move redux and container folder to shared/isomorphic/
  15. Remove "leaflet-routing-machine": "^3.2.12", "leaflet.markercluster": "^1.4.1".
  16. Remove accountKit implementation.
  17. Remove global antd.css file , use babel-plugin-import

Features:

  1. Isomorphic GraphQL boilerplate Added.
  2. Isomorphic boilerplate single Added.