knaxus / react-simple-starter

:zap: Webpack custom create-react-app with HMR
https://ashokdey.in
50 stars 26 forks source link

Add example app [React.js] for Parcel build #18

Open ashokdey opened 4 years ago

ashokdey commented 4 years ago

Hey folks, you will notice that this repo contains 3 branches:

What is required?

Notes:

souravdasslg commented 4 years ago

Hey @ashokdey, I'd love to contribute. For clarification, do I need to create the sample app myself?

ashokdey commented 4 years ago

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.

souravdasslg commented 4 years ago

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.

ashokdey commented 4 years ago

I want to know what all things you want to remove? Please list down the things.

souravdasslg commented 4 years ago

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

  1. Remove the entire old code base and create a new app.
  2. Configure eslint and babel as per the previous configuration.
  3. Add and configure the custom scripts.
  4. 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