Материалы по теме 'astro' | DevsDay.ru

IT-блоги Материалы по теме 'astro'

IT-блоги Материалы по теме 'astro'


Разработка dev.to 18 мая 2024 г. 2:27

Nos últimos tempos, ouvi falar bastante sobre o Astro! Um case recente que achei bem interessante foi a versão lite do site de noticías americano NBC news, que foi criado usando esse framework com a finalidade de ser bem mais performático e acessível...... читать далее

webdev astro beginners

Разработка dev.to 17 мая 2024 г. 7:45

Recreating the sidebar navigation that we did with Alpinejs but this time with Tailwind CSS and JavaScript. see it live and get the code What is a sidebar? Sidebars are a common feature in web applications, providing a way for users to n...... читать далее

webdev javascript tutorial programming

Разработка dev.to 16 мая 2024 г. 16:11

Before I dive into the development journey of my new blog, you might want to check it out first at my blog. Back in 2020, React introduced Server Components. I was amazed by the possibility of writing asynchronous components. Writing async componen...... читать далее

webdev nextjs react blog

Разработка dev.to 16 мая 2024 г. 10:10

Are you ready to take your JavaScript development to the next level? Look no further than Astro JS, a groundbreaking framework that empowers developers to unleash the cosmic potential of their web applications project or blog. With its cutting-edge f...... читать далее

Разработка dev.to 16 мая 2024 г. 6:41

This is a roundup of the best websites where you can find and download free HTML templates built with vanilla CSS and also every major framework. These high quality items will power up your websites, landing pages, blogs, portfolios, ecommerce and da...... читать далее

html css webdev frontend

Разработка dev.to 14 мая 2024 г. 19:04

Eleventy is a fast and versatile static site generator (SSG). Out of the box, it is most likely to appeal to developers used to earlier Python- or Ruby-based web frameworks and SSGs (e.g. Django, Flask, or Jekyll). I've used Eleventy for a personal...... читать далее

eleventy 11ty typescript zod

Разработка dev.to 14 мая 2024 г. 3:17

Recientemente me encontré con un problema en la que tuve que usar un componente de React para controlar un formulario con react-hook-form y usarlo dentro de astro, mi problema era como re-dirigirlo luego de enviar los datos y llevarlo a la pagina de...... читать далее

Разработка dev.to 11 мая 2024 г. 21:19

Modern web development offers a plethora of frameworks, libraries, and products, each catering to different project needs. However, the choice between these tools varies significantly depending on whether you're working solo or as part of a large tea...... читать далее

frontend webdev startup product

Разработка dev.to 8 мая 2024 г. 17:10

In this post, you'll learn how to authenticate users using Xata, create Stripe checkouts and respond to Stripe webhooks in an Astro application. Set up Xata Create a schema with different column types Programmatically create Stripe checkout session...... читать далее

database tutorial node learning

Разработка dev.to 8 мая 2024 г. 9:18

Introduction In today's world, we're constantly bombarded with information overload and clickbait titles, and we can find ourselves quite strapped for time. Today we will look at partially solving this problem by integrating AI into a blogging app...... читать далее

webdev astro openai

Разработка dev.to 8 мая 2024 г. 7:55

Have you ever thought of building software that could earn a huge revenue? That app should be very good as per standards and should be able to handle a large set of users without any loss in performance. I will tell you the most recommended and sim...... читать далее

nextjs webdev opensource programming

Разработка dev.to 7 мая 2024 г. 23:30

Best FrontEnd & New ReUsable Component Libraries For React JS 2024 1. ShadCN ShadCN Description: This is not a library of components. You can copy and paste this collection of reusable components into your apps. Advantages...... читать далее

webdev javascript react frontend

Разработка dev.to 6 мая 2024 г. 18:36

Last week, we kicked off Maintainer Month with Enhancing Support for Open Source Maintainers. Now, we're continuing our love of maintainers with our Maintainer Monday post, shouting out some of our favorite maintainers and their projects. This week...... читать далее

opensource community

Разработка dev.to 6 мая 2024 г. 12:31

Comprehensive collection of tech blogs to explore the technological and development landscape. Languages and standards ECMAScript Daily – ECMAScript proposal updates and news. Microsoft TypeScript Blog – Updates and insights from the T...... читать далее

webdev frontend

Разработка dev.to 6 мая 2024 г. 9:53

What is Astro? Astro is a static site generation framework that allows you to build websites using almost any other frontend framework you want. It's an amazing way to build websites and webapps without having to worry about the SSR(server side ren...... читать далее

astro webdev javascript react

Разработка dev.to 4 мая 2024 г. 11:42

Read the original here I recently published a blog post showing how I use Github Actions to deploy apps to Vercel from my monorepo. That solution was very basic but it worked. However, I expected it to work for me a little longer than it did 🤦‍♂️...... читать далее

webdev devops nextjs astro

Разработка dev.to 4 мая 2024 г. 9:07

Hello everyone I have been building some Free and Open source themes for Astrojs. Free websites themes built with astrojs and tailwind. Grab them here ⏤ astro saas: saas website template ⏤ astromax: personal landing page ⏤ swissfolio: personal...... читать далее

resources astrojs tailwindcss opensource

Разработка dev.to 1 мая 2024 г. 14:37

We are so excited to team up with Netlify to bring you our next DEV challenge. This Challenge is all about dynamic and high-performance digital experiences, across any framework! Running through May 12th, the Netlify Dynamic Site Challenge provides...... читать далее

netlifychallenge devchallenge webdev javascript

Разработка dev.to 27 апреля 2024 г. 8:21

What is Astro? Astro is a static site generator that allows developers to build websites that deliver content as static HTML, which can be enhanced with JavaScript as needed. This approach is known as "partial hydration," where you only load JavaSc...... читать далее

webdev javascript astro frontend

Разработка dev.to 24 апреля 2024 г. 17:17

Minifying your CSS helps improve your website performance. But as developers, we don’t really talk about minifying CSS anymore. Why? The TL;DR is that the delivery and optimization of CSS have both been improved with modern tech stacks, making it pr...... читать далее

webdev performance css