DEV Community

Cover image for Create React App from Scratch like a Pro

Create React App from Scratch like a Pro

Tapajyoti Bose on August 29, 2021

Creating a React App is a very difficult feat, even when you are an experienced developer. That led to the development of create-react-app, a Comma...
Collapse
 
darshkul24 profile image
Darsh

Want to collab..
I have a team

Collapse
 
ruppysuppy profile image
Tapajyoti Bose

I'm sorry, but I am too busy for any collaboration. Best of luck for your endeavour though!

Collapse
 
darshkul24 profile image
Darsh

Okay then..
But it would be a great help if you answer my question:-
Do you have any web dev who is ready for a collaboration?

Thread Thread
 
ruppysuppy profile image
Tapajyoti Bose

I don't think so, most of my friends are busy with placements

Thread Thread
 
darshkul24 profile image
Darsh

Okay

Collapse
 
smithjasson43 profile image
Jasson Smith • Edited

Thank you for sharing this excellent guide of creating react app from scratch by discussing the technical aspects of react native mobile app development, which I have rarely seen in other artciles, you talked an efficient way of building a react app from scratch, I wanted to know your view on recently published article on app development from scratch that I read recently, click here.

Once you read the entire article, could you please share your opinion, or it is a good way to kickstart mobile app development process?

Thanks again for sharing this stuff about react native...

Collapse
 
ruppysuppy profile image
Tapajyoti Bose

The article is on React Web Apps. I don't know React Native myself 😐

Collapse
 
ioskpu profile image
ioskpu

Great bro... Congratulation

Collapse
 
ruppysuppy profile image
Tapajyoti Bose

Thankyou :)

Collapse
 
musthashman profile image
mustHASHman • Edited

Great blog post. Lot's of good info. Thanks!

Collapse
 
ruppysuppy profile image
Tapajyoti Bose

Glad you found it helpful :)

Collapse
 
lylest profile image
wackyizzy

Why would you want to do this ? It takes huge amount of time while you still have other things to figure out during development unless you are making Todo list app

Collapse
 
ruppysuppy profile image
Tapajyoti Bose

If you are making a simple app, then using this would definitely be a waste of time. But if you are making an enterprise level application, you would have to consider each and every niche cases and tailor the app to your needs to squeeze out every drop of performance. In such cases using create-react-app would be a disaster

Collapse
 
virajkanse profile image
ADevDX

You can create template repo on github, it will save lot of time.

Collapse
 
ruppysuppy profile image
Tapajyoti Bose

Good point. There are quite a few templates available on GitHub to create React applications