Skip to content

Tag: javascript

Fetching data for another variable react

I have a question of something that looks pretty obvious but It’s getting hard for me. I know that for fetching data that will get actually rendered in a component you need to use reacthooks and useState. However I am having a problem because I need to fetch some data and then store it in a variable tha…

data grouping based on key value in javascript?

Hi I am having an array of values like this Input By using the below function I am converting the data into the format like this – https://codesandbox.io/s/tanstack-table-expansion-1t77ks?file=/src/data/table-data.json:0-9490. Which is then used in the @tastack-react-table. You can see the demo of the a…

Adding Base URL in react.js project is not working

I want to add the base URL to my react.js project. However I had tried couple of methods that did not work. For example, if my project url is : It should appear in address bar as : Below is my project code. index.js App.js What I had tried? As I referred in stackoverflow and also many other websites, integrat…

How can I can keep the done Todo’s from vanishing

I am trying to create a Todo list and wonder how I would go about keeping the completed todos from vanishing each time I add a new task. I am aware that this is happening because I clear my div each time a new task is added, however I am unsure on how to proceed for me to keep using