web-development

All posts in the web-development category

Why Do We Need Webpack?

An explanation of why webpack is essential in modern web application development. The author compares server rendering and client rendering (SPA), analyzes how each model works, and explains why webpack helps solve complex problems when developing client-side JavaScript applications like module management, resource optimization, and supporting new JavaScript features.

Getting Started with React: Where to Learn React?

Getting Started with React: Where to Learn React?

Sharing React learning experiences from an iOS developer's perspective, introducing resources like create-react-app, official documentation, and online courses. The author also reviews React courses on Udemy and other platforms to help beginners find an effective learning path.