Kashub's Code Barn - "app"

podświetlone jako javascript (dodał(a) x @ 2023-05-15 08:15:19)

Podświetl ten kod w:
Ostatnio dodane:
Losowe wpisy:
import React from 'react';
import './App.css';
import Header from './Header'
import ListItems from './ListItems'
 
class App extends React.Component {
	state = {
		items: [
			{ id: 1, drink: 'piwo', active: true },
			{ id: 2, drink: 'wino', active: false },
			{ id: 3, drink: 'shot', active: false },
			{ id: 4, drink: 'koniak', active: true },
			{ id: 5, drink: 'herbata', active: false },
			{ id: 6, drink: 'kawa', active: true },
		],
	};
	render() {
		return (
			<>
				<Header />
				<ListItems />
			</>
		);
	}
}
 
export default App;
 
| Perfumy Sklep | | Boostery Testosteronu | | Kody programów | | Best Hair Straighteners UK 2025 | | Best Toasters UK 2025 | | Best Washing Machines June 2025 | | Kids Bamboo Socks UK | | Wigs shop UK | | Perfumes Shop UK | | VAN Tyres UK |