I need to get a cookie created in parent page. I need get a spesific cookie (example) who was cread on modiface--locatelcolomia.myvtex.com and used this on my
I am trying to build a micro front end application with Angular 8. I am not able to find any support in Angular official site. Can some one please tell weather
I'm currently doing a repo finder and I'm having an issue to make the program display the repo name The main page looks like this import {FaGithub, FaPlus, FaSp
I'm trying to implement some tests here and can't apply my logic to the input range of this website: https://the-internet.herokuapp.com/horizontal_slider here m
Today, while working on a project which uses below flow for creating new post in website [Client] ---> FormData --> [FrontEnd Server] ---> FormData --&
I'm currently building a quiz app which uses a component to create a widget using which we can embed to a 3rd party website. This widget GETs
I am trying to change the default screen background colour of all the pages of the web application. Technologies I used: React JS Next JS Tailwind CSS I want to
I am really new to react i created a sign up form but when posting data values are mixed I created onchange and onsubmit to track changes and submit the to back
In my Spring app I have implemented form on my page and I don't know why it looks different when I run it on localhost from when i clicked in the Intellij chrom
I am not at all an expert in react, but from what I could see if I import some css sheets these will be for all my application. If I wanted to use react for a m
I am trying to figure out a way to take a sphere in my scene and set the color of the sphere to a variable. How can I achieve this? I would also like it to upda
I have a Nuxt v2 SSR application as the frontend running on port 3000 I have an express API as the backend running on port 8000 I have a python script that loa
I wanna replicate the following layout, where there are 2 views (one with white background and the other one with a blue background). The issue is, I can't rep
This is my component definition: <DateField name={formElement.name} type="date" label={formElement.name} onChange={(date) => formi
I have tried all the possible way but could not find the way to resolve.Please help
showModalBottomSheet( context: context, isScrollControlled: true, isDismissible: true, shape: const RoundedRectangleBorder( borderRadius:
i am getting the following errror: Warning: Rendering directly is not supported and will be removed in a future major release. Did you mean to render <Cont
I have been following the react setup instructions on codecademy: When I type in "npm run build" into the terminal I get this error: I can't seem to figure out
<FormGroup> <div> {this.props.diseases.map((disease, index) => ( <FormGroup> &l
I'm creating a blog and I want to give the user the ability to update their post but I'm not sure how to pass the content data from the original post into my ri