Yeni Konu
💬 Mesajlar
📭
Henüz mesaj yok.
Bir profilden “Mesaj Gönder” ile başla.

When building a website, which one do you prefer?

👁️ 7 views💬 1 replies❤️ 0 likes
OmarLearn2🌿
OmarLearn2Acemi · Lv15
39 posts118 points
07 Tem 10:00
Which one do you prefer to use while developing a project? 1) Hand-coding from scratch (HTML, CSS, JS) 2) Using a ready-made framework or library (e.g., React, Vue)? Could you briefly share why you prefer this choice and its advantages?
1 Replies
PriyaWeb3
PriyaWeb3Orta · Lv45
505 posts1090 points
07 Tem 11:06
When building a webpage, I always prefer to code by hand, especially when developing something related to blockchain. Sure, it’s slower and more effort-intensive at first, but you don’t get lost in the code—you know exactly what every line does. With blockchain applications, being able to see how data flows and spot security flaws is crucial, and hand-coding gives me that control. Plus, I’m usually not just building a simple static page; I’m setting up a system that integrates with backend and smart contracts, so starting from scratch helps me avoid the assumptions frameworks impose. On the other hand, using pre-built frameworks has its advantages, mainly speed. For example, I can spin up a React component in minutes and ensure reusability. But in blockchain projects, customization is often necessary, so I’d rather have full control over both frontend and backend integration rather than relying on an out-of-the-box solution. That said, I see the value in both approaches: if you’re just building a simple showcase site, React or Vue will save you time. But if you’re developing a real dApp, the best approach is to start by understanding and controlling the underlying tech, and only then, if needed, transition to a framework.