The code isn't visible for some reason on lemmy. I'm not sure if it'll be in this comment. Okay it wasn't. Removing brackets to see if it works now.
router-link :to=name "url", params:id:1 router-link
The code isn't visible for some reason on lemmy. I'm not sure if it'll be in this comment. Okay it wasn't. Removing brackets to see if it works now.
router-link :to=name "url", params:id:1 router-link
I agree but this is very location dependent. I live in India and an hour of therapy session costs around 15$(average bill if two people eat at a normal restaurant to put things into perspective).
If you can't afford that, don't worry as many not for profit organisations exist which will help you with free therapy. But this comes at the cost of therapists who themselves are paid like shit. But none of this applies to my friends because their job is ready to pay(your boss can't find out you go to therapy btw) in case they want therapy but they still are hesitant. It's more to do with how people will perceive you if they hear you're going to therapy.
Most of my friends who have tried therapy just leave after a session or two and claim their problems have gone away, dodge further sessions and never actually gave it a real try. Then a week later they will go through the same issues again. It sucks to see them this way.. I've tried to help them to go to therapy consistently but very few actually do.
You can't solve 20 years worth of emotional issues in a few sessions.. it takes years of therapy to actually get better. Not to mention societal stigma against going to therapy makes it even harder.
Rich people travel 1000+ kilometres to gather around and pretend to be not rich and just like common folks! This is my understanding as someone who isn't american.
What the fuck.. he forgave her??? That shocks me the most.
God himself can come down and serve Starbucks for free, and yet i still would not go into this unworthy expensive piece of shit cafe chain.
I know. Sorry English is not my first language but i meant everything i said.
Man all this money in the bank and still ranting like a loser. Mfer his company steals all product ideas from other companies right from VR headsets to features from Android and then he says this. Innovate harder bitch 🤣🤣
Learning JavaScript for the frontend is an absolute must! Learn basics of modern js and then start learning c# or java for backend. These languages are great for starting out, have a big community of tools and people which will help you immensely and not to mention tons of job opportunities.
After that you can pick up some fe library like vue.js (personally i think it's the best most intuitive. Saying that as a react dev).
Start building out as you learn tho. Don't wait to complete learning. A simple note taking app with a good FE and a backend with features like auth and a sql db to store data will give you much more learning than tutorials.
Wow. I feel the same. For me school was always a place of competition. There was just studying and rarely did we get the time to play together with classmates. It was full of fucking idiot teachers who lacked basic humanity and would start beating you up if you failed to solve the questions they asked or make you kneel down for 40+ minutes on the floor. So yeah school was nothing to long for. Btw this was in India.
Don't protest or annoy people while your rights are being taken away and your kind is being murdered.
I understand that the cleanup thing is a bad idea. I had a really simple use case where i have a list of persons fetched from a database with their id, names and a link for each displayed using v-for. The link for each person is a router link which when clicked redirects to respective person/:id.
I want to display some stuff on this new component but didn't want to make the api call to fetch the person again from the database. This is why i wanted to pass the name as well in the props through the router link. But as you said maybe I should use pinia or some state management library for use cases like this?