facebook / react

The library for web and native user interfaces.
https://react.dev
MIT License
229.27k stars 46.95k forks source link

React-redux #21738

Closed AditiBansal22 closed 3 years ago

AditiBansal22 commented 3 years ago

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(

, rootElement); registerServiceWorker(); ![hookerror](https://user-images.githubusercontent.com/14348287/123164590-2a259180-d441-11eb-964d-9d842efe4d88.JPG)
bvaughn commented 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:

Coding Questions

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

Talk to other React developers

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.

https://reactjs.org/community/support.html