react

  1. Johna

    Node.JS 'TypeError: superagent.agent is not a constructor' when sending POST request to functions on CloudFlare Pages

    Hi everyone. On a site I'm creating, there's a newsletter form. I'm using Brevo (previously SendinBlue) to add the email entered in the newsletter form to a contact list. The site is hosted on CloudFlare Pages, so I'm using the functions API to send a POST request to...
  2. weisr

    JavaScript Google OAuth problem

    Greetings, I am having a problem with the new google OAuth, as when I click on the "sign in" button I get a blank site instead of my account choices. Could anyone have a look at the code and help me find the problem? https://github.com/Bobenheim/Share_Me Thank you in advance for any help.
  3. sallu110

    Sincere Career Advice Needed

    Hello everyone! So today I will be asking some very important questions which many others might relate to. Your advice might influence my decision so its a request to answer this if you have reasonable amount of experience in the IT industry. My short intro: I am 26 year old. Completed my...
  4. M

    HTML & CSS How do I make a component like this?

    I use React JS and scss I need to make a component like this This is a component of the message We need to make one like on the photo, the component can come with a different number of images and with different sizes
  5. Artur

    React - Upload avatar to firebase

    Good afternoon, I can’t figure out how to upload a photo (avatar) to firebase, but so that the avatar for each user is different and saved at each user login. User registration via firebase Authentication const [user, loading] = useAuthState(auth); const [image , setImage] = useState("")...
  6. DavidFrear

    JavaScript Webpage displays Blank when 'npm start' ran in terminal

    I have started building a react webpage and when I run npm start in the terminal the localhost:3000 page loads with no errors etc but its just blank. I tried adding some text in white to see if but I cant! I am new and just need pointing in the right direction if someone can.
Top Bottom