-4

without using webpack and create-react-app how to create a React app

i would like to use following in my react application 1.redux 2.react routing

1 Answers1

1

You can simply copy the cdn and implement your component to the project. That is if you have already a web page and you want to implement a few components with reactJs. Check this page has your answer. https://reactjs.org/docs/add-react-to-a-website.html

Omar Al
  • 19
  • 5