https://marcuschui2022.github.io/usepopcorn/
Practice Project: Thinking in React - Components, Composition, Reusability, Effect and Data Fetching
This practice project is designed around "Thinking in React: Components, Composition, and Reusability". It was initially setup with Create React App.
In the project's root directory, you can run the following commands:
This starts the application in development mode. Open http://localhost:3000 to view it in your browser. The application will automatically reload when you make source file changes.
This command executes the test runner in watch mode. Refer to the guide on running tests for more information.
This command compiles the application for deployment, optimizing it for the best performance. The output is located in
the build
folder.
For more on deployment, refer to the deployment guide.
Only run this command if you're comfortable with removing create-react-app
's build dependency. It gives you full
control over the build scripts and configuration.
Learn more about this project setup in the Create React App documentation. For new React developers or those wanting a refresher, visit the React documentation homepage.
For various topics like Code Splitting, Analyzing the Bundle Size, Making a Progressive Web App, refer to this link.