function App() {
const fruits = ["Apple", "Banana", "Mango"];
return (
<ul>
{fruits.map((fruit, index) => (
<li key={index}>{fruit}</li>
))}
</ul>
);
}
export default App;
×
React.js Tutorial
- React.js Introduction
- React.js JSX
- React.js Components
- React.js Rendering
- React.js Fragment
- React.js Props
- React.js Routing
- React.js Hooks
- React.js Event
- React.js Sass
- React.js List
- React.js Formsubmit
- React.js Css
- React.js Select
- React.js Project Structure
- React.JS Lazy Loading
- React.js Memo
- React.js useMemo
- React.js useCallback
- React.js API Services
- React.js Image Upload
- React.js PDF Generate
- React.js Reconciliation
- React.js Redux
ES6 Reactjs
React.js Packages
React.js Tutorial
- React.js Introduction
- React.js JSX
- React.js Components
- React.js Rendering
- React.js Fragment
- React.js Props
- React.js Routing
- React.js Hooks
- React.js Event
- React.js Sass
- React.js List
- React.js Formsubmit
- React.js Css
- React.js Select
- React.js Project Structure
- React.JS Lazy Loading
- React.js Memo
- React.js useMemo
- React.js useCallback
- React.js API Services
- React.js Image Upload
- React.js PDF Generate
- React.js Reconciliation
- React.js Redux