New: usestateAll contenthive-129948hive-196917krhive-166405zzanhive-185836steemhive-183959hive-180932hive-150122photographyhive-144064hive-101145hive-183397uncommonlabhive-184714hive-188619hive-145157hive-103599bitcoinhive-193637hive-193186hive-180106krsuccesshive-179660TrendingNewHotLikerslemooljiang (73)in hive-180932 • 2 years ago状态管理和cookie / nuxt#10状态管理 useState useState用于创建响应式的且服务端友好的跨组件状态,类似于Vue中的state的功能。 const counter = useState('counter', () => Math.round(Math.random() * 1000))idevbrandon (25)in react • 3 years agoAll React HooksLet's try to study all react hooks you gonna face useState re-render is the key when things change. You can not change the value directly so have to use it with the function(setSth) in…