Alex
Alex
INside the src folder of a Create React App I have created a file called Amazon with following code. ``` import amazon from "amazon-product-api"; const client = amazon.createClient({ awsId: "",...
Currently react Scroll to a specific elements is working wonderfully, but it is scrolling to a an element so that the element is at the top of users' page. I...
HI, I have done the steps below but run into the following error when I try to sign in or register. ``` Firebase: Firebase App named '[DEFAULT]' already exists (app/duplicate-app)....
If you go in an but in some longer text and apply text and cascade effects. the words break apart on display all funny. This is in the online example...
Hello, I would like to have the zoomed image hovering above, not to the side. I am trying to replicate the zoom functionality of this example https://ethanselzer.github.io/react-image-magnify/#/react-slick Rather than the...
Following instruction and step 1 does not work. List is nowhere to be found! 
I have got the starter setup and after running gatsby develop I cannot sign up Why is this happening and how come it is so difficult (impossible) to sign up?...
Here is my simplified code example "Block" renders image perfectly while "Review" show a blank screen ``` import React from 'react'; import styled from '@emotion/styled'; import Swiper from 'react-id-swiper'; const...
Hello I am trying to create a fade in and out effect like so https://www.netlify.com/ I would also like to adjust to speed. How can I do this?
Hello so I downloaded this plugin in the hopes to greatly speed up the build time and it is just as slow as before, actucually even slower. I simply just...