Sobes.tech

Have you used Codex or other AI models/chats in development? For what tasks did you use them (unit tests, refactoring, bug fixing)?

197

What does it mean if a ref is called 'top-level' or 'shallow' - that it does not track the object in depth, only the top properties? (question about shallowRef)

185

In the application, we use event listening, for example, attaching a scroll handler to the window or starting a timer - what should be considered in this case (memory leaks, throttling, cleanup on unmount)?

176

How can a system of access rights to pages in a project be established? Practical task - where is this technically done?

157

If you track an object through watch, will nested fields be tracked by default, or only the first level? What should be specified for deep tracking?

156

What is Vue Router and how does it work in your own words? What is usually included in the router configuration file (index file)?

155

What is meant by 'move to another place' when using Teleport, for example if Teleport is used in a child component?

152

We use Pinia. In one component, we call a synchronous store action with a database request that changes the state. After that, in another component, we immediately read this state, but it is still old. Why does this happen and how can it be fixed?

144

How to avoid cases where lists are displayed in the wrong order in the UI when deleting or adding array elements (question about key in lists)?

143
/3