Should I load and store JSON data with a copy for my whole react application in Redux or somewhere else

0 votes

Should I load and store JSON data with a copy for my whole react application in Redux or somewhere else?

I need to store JSON data that will be used by different parts of my React app. Should I put it in Redux, or is there a better way to handle it without causing performance issues? What’s the best place to store this data so it’s easy to access but doesn’t slow down my app?

1 day ago in Web Development by Nidhi
• 860 points
17 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Web Development

0 votes
0 answers

Should I load and store JSON data with a copy for my whole react application in Redux or somewhere else?

Should I load and store JSON data ...READ MORE

Oct 14 in Web Development by anonymous
• 860 points

edited Oct 14 by Hoor 28 views
0 votes
0 answers
0 votes
0 answers

How can I optimize the performance of my React app when dealing with a large amount of data?

How can I optimize the performance of ...READ MORE

Oct 14 in Web Development by anonymous
• 860 points
41 views
0 votes
0 answers

How can I optimize the performance of my React app when dealing with a large amount of data?

How can I optimize the performance of ...READ MORE

1 day ago in Web Development by Nidhi
• 860 points
19 views
0 votes
0 answers

How should I implement lazy loading for my images in react?

How should I implement lazy loading for ...READ MORE

1 day ago in Web Development by Nidhi
• 860 points
18 views
0 votes
0 answers

@edureka! in my nodejs as its i have used it and pug also but my css doesn't worked as while running localhost it doesn't show styling of css

<!DOCTYPE html><html></html><head><style></style>@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); *{ margin: 0; box-sizing: border-box; padding: 0; } #navbar{ background-color:black; padding: 18px ...READ MORE

Jun 11, 2020 in Web Development by anonymous
• 120 points
1,119 views
0 votes
1 answer

AWS Lambda : JSON object undefined

Change event.TagData.Time; To event.TagData[0].Time; This sh ...READ MORE

answered Jan 25, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
2,259 views
0 votes
1 answer

How to Convert nested JSON into excel in nodejs

Try this: const filtered = attendanceData.map(obj => { ...READ MORE

answered Dec 28, 2022 in Others by narikkadan
• 63,720 points
2,845 views
0 votes
1 answer

How to send Bitcoins with node.js?

This website https://blockr.io/tx/push will successfully do the ...READ MORE

answered Jul 20, 2018 in Blockchain by Christine
• 15,790 points
3,368 views
0 votes
1 answer

Running a childProcess as shell script with node.js server

Here's what I think, you could pass ...READ MORE

answered Aug 14, 2018 in IoT (Internet of Things) by DataKing99
• 8,250 points
728 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP