Converting pixels to code
Nothing here yet.
We deal with a lot of nested data in our day to day work. One common use case is to create a toggle list n level deep. Let us try to create such a list of values using recursion with Vue 3 composition API. We are gonna create something on this line. ...
