Posts by bianca.info • 31 points
3 posts
-
1
votes0
answers452
viewsQ: Set a sidebar
I have two components, a form and a sidebar, I want to let my sidebar stay fixed on the screen and when I add data in the form and saving as I insert the sidebar do not "move". At this link (…
-
2
votes2
answers23806
viewsQ: How to insert image using React.js
I’m starting in React, and how do I insert an image that sits on top of my background, which is already an image? The code is as follows: import React from 'react' import Img from 'react-image'…
-
0
votes1
answer966
viewsQ: Delete from localStorage
I’m a beginner in the js area and I’m developing a code that stores the data in a table and saves in localStorage, I need that when I click the delete button that appears in this table, the line is…