score:3
Accepted answer
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<script src="https://npmcdn.com/babel-core@5.8.38/browser.min.js"></script>
<script src="https://npmcdn.com/react@15.3.1/dist/react.min.js"></script>
<script src="https://npmcdn.com/react-dom@15.3.1/dist/react-dom.min.js"></script>
</head>
<body>
<div id="app"></div>
<script type="text/babel">
ReactDOM.render(
<h1>Hello React!</h1>,
document.getElementById('app')
);
</script>
</body>
</html>
score:2
https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.js
https://cdnjs.cloudflare.com/ajax/libs/react/0.14.7/react.js
https://cdnjs.cloudflare.com/ajax/libs/react/0.14.7/react-dom.js
Source: stackoverflow.com
Related Query
- Console error while running react js sample web app
- Error while creating new React app ("You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0)")
- Error Running React Native App From Terminal (iOS)
- I'm getting error like this while creating react app
- Azure App Service Getting error while deploying REACT JS application
- Error while running react application
- Getting 403 ACCESS DENIED error when deploying React Web app on AWS Amplify
- eslint error on deployment on local server of react web app
- eslint error on deployment on local server of react web app
- Keep getting error while creating react app
- Getting error "Path" argument must be string while deploying React - Loadable components sample code in cloud functions
- How to hide console status error message while fetching in React js?
- Getting an out of memory error while using Create React App and Plotly.js
- Error when running jest on a react native + typescript app (Jest encountered an unexpected token)
- How to avoid error 'Unexpected token <' with a React app when running babel from a CDN?
- React app working on localhost but giving error when deployed either on github or on heroku. No error while deploying
- Error while rendering react components in angular app
- React Todo App I get an error while converting class components to functional components
- I get internal server error while running next js app with styled component
- Error while running npm run dev command in react application
- Getting a different port ERROR in the console while uploading image from the frontend using react js to the Mongo db
- Getting type error while running react app, TypeError: instance.render is not a function
- Error "Cannot read property 'map' of undefined" while trying to read & display data from firestore via my react app
- Invalid configuration error while creating a react app with webpack configuration
- Script error while serving react app from a subdirectory
- useParams getting 0 in console log but correct id in url while I am trying to edit in my curd react app
- getting an error while creating react app
- I am running a react app locally on apache2 server. It gives error URL not found on this server
- Route error in react app while using mobx
- getting error while adding css to button in my react js app
More Query from same tag
- _.map values from object into field names for another object?
- track form changes when user leaving page/refreshing
- PropTypes React Native is not an object
- React - Converting HTML script tag to load an SDK asynchronously
- How can I pass entire card to another component on onClick button in ReactJS?
- React TypeScript: Correct ref type for HTML Select with an OnChange with useRef
- Persisting state across tables on event change
- How do I create dynamic select fields?
- How do you fix React Hook useEffect has a missing dependency:
- How to split a React Component by words to apply a different styling to each word?
- How to avoid bouncing up the elements when typing in input at android web
- React: Dropdown showing duplicate options than given
- Can I do multiple fetch in a single component in react?
- Attaching click listener to component rendered via map
- How would you rewrite these 3 functions so that it can called by one function?
- Warning: A future version of React will block javascript
- Ejected React app stuck on “Starting the development server” after changing entry config
- How to add Image field on right side in bootstrap form
- Error while replacing string with array in react state
- Next.JS: Can't call Internal API in getInitialProps. Got Error: read ECONNRESET
- React redux correct state update
- Typescript React How to declare json object in interface?
- Reduce duplicated boilerplate code in React
- Animations of modal and dropdown in React Semantic UI
- How can I pass an array of values in the Ant Design cascader?
- How to prepare a React.js component for usage in ClojureScript as an external Reagent component?
- React app on php page; React does not have access to Session
- Debounce input change executed for every type change
- How can I get an element's width in px in styled-components?
- React select v2 on space press selects first value