<h1 style={{ backgroundColor: "lightblue" }}
const mystyle = { backgroundColor: "lightblue" }
return ( <h1 style={ mystyle }> Text </h1>
, названия переменной можно и с большой буквы."headers": {
"Accept": "application/json, text/plain, */*",
"User-Agent": "Mozilla Firefox: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0",
"Cache-Control": "no-cache",
"Pragma": "no-cache",
"Expires": "0",
"Accept-Encoding": "gzip, deflate, br"
},
}).then(( {results, errors} ) => {
resolve(console.log(results.length + " " + "results in Total"))
console.log(errors.length + " " + "errors in Total")
});
async function run() {
const batch = new Array(300)
.fill()
.map((_, i) => `url=${i}&`) // URL запросов
.map(url => axios.get(url));
const responses = await Promise.allSettled(batch);
return responses;
}
там был пример, про общий компонент Dialog и его можно было наполнять пропсами, и менять диалог на приветствующий диалог и т.п.
но я что-то запутался, сейчас остановился на таком варианте, он работает, стили подключаются, после, как доделаю буду с пропсами разбираться, может сокращу кол-во компонентов.