Login
Remember
Register
Ask a Question
In which of the following directory React.js components are saved?
0
votes
asked
Apr 15, 2022
in
ReactJS
by
Robindeniel
retagged
Apr 15, 2022
by
Robindeniel
In which of the following directory React.js components are saved?
a) Inside the js/components/
b) Inside the vendor/components/
c) Inside the external/components/
d) Inside the vendor/
reactjs-directory
create-react-app
react-features
react-vs-vue
react-jsx
react-components
react-statereact-props
react-props-validation
react-state-vs-props
react-events
react-lists
react-keys
react-refs
react-fragments
react-router
react-css
react-animation
react-bootstrap
react-map
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 15, 2022
by
Robindeniel
A is the correct option. The React.js components are saved in "Inside the js/components/."
...