Learning Alpine.JS - Lesson 8 - Dynamic script (1)

Alpine is a rugged, minimal tool for composing behavior directly in your markup. Think of it like jQuery for the modern web. Plop in a script tag and get going.

Like Vue and React, Alpine. js allows us to write declarative code but it uses the “real” DOM; amending the contents and attributes of the same nodes that you and I might edit when we crack open a text editor or dev-tools.

It is the best JavaScript framework to work with small projects like static websites. As it's only 6.4kb zipped, it doesn't add much to the overall size of your project. So, it's good for static websites to keep the page load time minimum for a good user experience.

تعلم الباين - الدرس 8 - السكريبت الديناميكي - الجزء الأول

الباين هي أداة قوية وبسيطة لتكوين السلوك مباشرة في ترميزك. فكر فيها مثل جي كويري للويب الحديث. أدخل علامة نصية وابدأ.

مثل "فو" و"رياكت"، تسمح لنا الباين بكتابة كود إعلاني ولكنها تستخدم "الحقيقي"؛ تعديل محتويات وسمات نفس العقد التي قد نقوم بتعديلها أنا وأنت عندما نفتح محرر نصوص أو أدوات تطوير.

إنه أفضل إطار عمل جافاسكربت للعمل مع المشاريع الصغيرة مثل مواقع الويب الثابتة. نظرًا لأنه مضغوط بحجم 6.4 كيلوبايت فقط، فهو لا يضيف الكثير إلى الحجم الإجمالي لمشروعك. لذا، من الجيد لمواقع الويب الثابتة أن تحافظ على وقت تحميل الصفحة في أدنى حد للحصول على تجربة مستخدم جيدة.