hello everyone, i am new to strapi. i created a data component and imported in the homepage as dataset1. Now i want to create dataset2, should i just import the data component...
Type 'OverridableComponent<SvgIconTypeMap<{}, "svg">>' is not assignable to type 'string'.ts(2322) themeViews.tsx(4, 5): The expected type comes from property 'Icon' which is ...
User.findById(req.session.user._id) .then( user => { req.user = user ; }) .catch (err => console.log(err)) when will the catch block fire ?
это предпочтительно использовать useReducer hook для объекта?
я читаю до react hooks! как мне действовать дальше я должен пойти с redux?
<Route exact path="/login" component={Login} render={() => { return (isAuthenticated && !loginError) ? <Redirect to="/"/> : <Login /> }}/>
Может ли кто-нибудь объяснить, в чем разница между данными выборки таким образом? первый путь будет асинхронным, а второй будет синхронным? только то?
const Box = styled.div` background: blue; `; const Title = styled.h1` font-size:20px; color:white; ` return ( <Box> <Title>Hmm?</Title> </Box> )
??? кто-нибудь
is it preffered to use useReducer hook for the object? here i used useState hook! any suggestions?
import useState from 'react' we can import this in nextJS component file?
using material ui is a better alternative ?
How to link vanillaJS file to a react component ?
Почему переменная x доступна из оконного объекта?
can we use hooks in nextJS?
"2" + "2" - "2" ?
? @Sparkenstein
? How to use
?/