python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Concise, modular approach to manipulating deeply nested data structures in VueX
I have a Vue component displaying a list of items, that for each item allows users to select zero or more terms, as well as editing other properties.
The data for the component consists of a list of a...
David Moles
Votes: 0
Answers: 0
How can I change state in client-side in NEXT.js?
I have a simple tab component in NEXT. Here's my component code:
const Tabs = ({ tabItems }) => {
const setActiveTab = (tabItem) => {
for (var i = 0; i < tabItems.length; i++) {
...
jumpo marketing
Votes: 0
Answers: 1
How to Initialize Multiple Objects in Flutter VxStore (VelocityX)
Please Check the MUTATION section where I've commented what is the issue:
store.dart
import 'package:velocity_x/velocity_x.dart';
import '../model.dart';
class MyStore extends VxStore {
MyItem? ite...

Hardik
Votes: 0
Answers: 0
Convert class component state to functional component
I'm learning react native. I didn't figure out this problem. I have been using functional component in my project. Here is i don't understand to convert class component state :
constructor(props) {
...
Золбоо О'
Votes: 0
Answers: 2