Closed AditiBansal22 closed 3 years ago
Support requests filed as GitHub issues often go unanswered. We want you to find the answer you're looking for, so we suggest the following alternatives:
If you have a coding question related to React and React DOM, it might be better suited for Stack Overflow. It's a great place to browse through frequent questions about using React, as well as ask for help with specific questions.
https://stackoverflow.com/questions/tagged/react
There are many online forums which are a great place for discussion about best practices and application architecture as well as the future of React.
import 'bootstrap/dist/css/bootstrap.css'; import React from 'react'; import ReactDOM from 'react-dom'; import { BrowserRouter } from 'react-router-dom'; import App from './App'; import registerServiceWorker from './registerServiceWorker'; import './Styles/StyleSheets.css'; import './fontawesome'; import { store, history } from './store'; import { Provider } from "react-redux"; import { ConnectedRouter } from 'connected-react-router'; const baseUrl = document.getElementsByTagName('base')[0].getAttribute('href'); const rootElement = document.getElementById('root');
ReactDOM.render(