ReactJS Crossword

12345678910
Across
  1. 3. components that are primarily used for rendering UI.
  2. 4. react library for building user interfaces.
  3. 7. pass data from a parent to child component.
  4. 9. method used in React Application to update the State.
  5. 10. building blocks of react application.
Down
  1. 1. method that is called after the component is rendered.
  2. 2. process to proficiently update the real DOM.
  3. 5. used for optimizing updates and improving performance.
  4. 6. format used when data is sent from a server to a web page.
  5. 8. application of React.js that allow user to navigate between different views.