What is difference between 'components' folder and 'pages' folder in React Router ?
Pages or Views as we call it are also components but they are routable thats why they are named as views or pages since they are pages which we see as views (an illusion) on a Single Page Application which are routable and they are components only.
...
omarsaade.hashnode.dev1 min read