Add example app [React.js] for Parcel build
Hey folks, you will notice that this repo contains 3 branches:
- master
- parcel
- webpack-4
What is required?
- [ ] Remove the old app
- [ ] Add new sample app (must contain an API call)
- [ ] Use the latest version of react and react hooks
- [ ] Update the README for the branch
Notes:
- Your PR should point to the parcel branch
- Your PR should contain screenshots of the working app you added
- Add a star if you like the work and this will motivate the project owners to do more
Hey @ashokdey, I'd love to contribute. For clarification, do I need to create the sample app myself?
Hello @souravdasslg, thanks for taking an interest, well yes. You have to create a new small app that must contain API integration.
I have assigned you the task, you are good to go.
Hey @ashokdey , I'm considering removing the entire configuration and previous codes for the sample app. Planning to start it from scratch. I'd love to have your opinion on this.
I want to know what all things you want to remove? Please list down the things.
Sure thing.I'm considering creating the sample app through CRA, as this issue requires to create an app with the latest react version. These are my steps
- Remove the entire old code base and create a new app.
- Configure eslint and babel as per the previous configuration.
- Add and configure the custom scripts.
- Configure parcel build with the latest configuration using the same command created in the package.json
Please let me know if any changes are required