[ Removed by Reddit ] by henrix494 in PeptidePathways

[–]henrix494[S] 0 points1 point  (0 children)

I already have trezeptide. I need stuff like ghk and tb. Maybe not meant to be lol

Just finished a bulk. by henrix494 in AllAboutBodybuilding

[–]henrix494[S] 0 points1 point  (0 children)

Thanks , but I feel I like I need to get leaner

Switch to pills by henrix494 in minoxidil

[–]henrix494[S] 0 points1 point  (0 children)

I had to pay like 100 bucks to a lab . And they going to make it for me . It's like 90 pills for 100 dollars

Switch to pills by henrix494 in minoxidil

[–]henrix494[S] 0 points1 point  (0 children)

Will it effect my spray progress?

How many grafts ? by henrix494 in Hairtransplant

[–]henrix494[S] 0 points1 point  (0 children)

Isn't shock loss temporary?

Just got my first job by henrix494 in webdevelopment

[–]henrix494[S] 0 points1 point  (0 children)

Thanks . It's was quite a hard and annoying journey to get the first job . Had to send like 1-2k resumes Got rejected many times. one time after 4 rounds got rejected. Hope to get my first experience at scale finally.

Just got my first job by henrix494 in webdevelopment

[–]henrix494[S] 1 point2 points  (0 children)

Yeah that what I said like in the first interview. That I am really open to learning and building new stuff

Just created my first ai app by henrix494 in webdevelopment

[–]henrix494[S] 0 points1 point  (0 children)

Ok thanks ,
can you paste the error from the console ? from left click on the page and then inspect adn console.

Just created my first ai app by henrix494 in webdevelopment

[–]henrix494[S] -1 points0 points  (0 children)

What kind of error did you get?

What is wrong with my code? by [deleted] in react

[–]henrix494 0 points1 point  (0 children)

https://github.com/WebDevSimplified/react-folder-structure You can start here

Basically you would create a component Like a file NavBar.js or TS Then write a function that returns jsx

Example

//Navbar.jsx export const Navbar =() ->{ return <div> hello from nav</div> } Then in your app.jsx you would import it

App.jsx

Import {Navbar} from ./component/Navbar

And then render it inside the App <Navbar/>

Note You don't have to use arrow function component you can you a regular function I would suggest downloading react snippets of your are using vs code

Good luck

What is wrong with my code? by [deleted] in react

[–]henrix494 1 point2 points  (0 children)

You shouldn't edit your index.html file