Answer the question
In order to leave comments, you need to log in
How to parse data from json to another component?
Good afternoon professionals! Help pliiiiz))
There is a component in which I need to pull out data from json.
- json file created at the root near src in create-react-app
- this file has the following structure:
{
"elem" : [
{"id": "1", "title": "elem1", "color": "red"},
{"id": "2", "title": "elem2", "color": "blue"},
{"id": "3", "title": "elem3", "color": "white"},
],
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question