use reducer

=


useCallback in React vs Methods in Vue

  • React’s useCallback is used to memoize functions so that they don’t get recreated on every render.
  • In Vue, methods are naturally cached between re-renders and only redefined if dependencies within the component change, so you don’t need an equivalent to useCallback.

Example in Vue:

javascript
export default { methods: { fetchData() { console.log("Fetching data..."); } } 

}


No comments:

Post a Comment

React -1 ( react with ravenndra kanchi)

 react with tool chanis 45 to 50 sessions core  after 50 sessions -> some tooll chains == react with type script mern stackaplication in ...