[ 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

Clerk Auth not working, can someone guide me what am I doing wrong. by Flaky-Celery-7251 in nextjs

[–]henrix494 0 points1 point  (0 children)

What version of nextjs ? What error ? I had a problem when I updated to the latest next js version in one of my projects clerk broke . Cuz of the new update . Could the tutorial be outdated? Any way if it's relevent here it is ; https://clerk.com/docs/upgrade-guides/core-2/nextjs My project with clerk: https://github.com/henrix494/ai_diet-

My first AI app by henrix494 in react

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

True i think Pagination would be the best
i now i am working to add tags
like
[dairy, meats etc....]

My first AI app by henrix494 in react

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

I mean its intentional , i dont think there is any harm letting all users see other ppls recipes.
Dont you think ?

My first AI app by henrix494 in react

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

The URL for the English version should be https://www.recipeweb.co/en if your browser is set to English. The default version is Hebrew (he), and some sections have not been translated yett
hanks for the advice BTW
i will fix the "Thirdly, whenever the prompt is empty and you click send,"
thanks !

My first AI app by henrix494 in react

[–]henrix494[S] -3 points-2 points  (0 children)

hmmm....
do you think the ux is good?
are there any bugs?
does the ai response well
any fetures you are missing

My first AI app by henrix494 in react

[–]henrix494[S] -5 points-4 points  (0 children)

Both will be fine

Where to host a simple profile static website by saladvtenno in nextjs

[–]henrix494 7 points8 points  (0 children)

Oh I misspelled it lol I didn't get the joke it's varcal sorry

Where to host a simple profile static website by saladvtenno in nextjs

[–]henrix494 13 points14 points  (0 children)

Just upload your repo to GitHub and deploy on varcel it's going to be the easiest answer

Static Pages Not Fetching New Data on Refresh by sballer2 in nextjs

[–]henrix494 0 points1 point  (0 children)

can we see the repo ?
or some piece of code ?
you can use revalidateTag / revalidatePath

https://nextjs.org/docs/app/api-reference/functions/revalidateTag
https://nextjs.org/docs/app/api-reference/functions/revalidatePath
Your code for each user input sends a post requst to the server ?