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

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

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


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

We are thrilled to announce that ast-grep, the powerful code search tool, has reached a stellar milestone of 6000 stars on GitHub! This is a testament to the community's trust in our tool and the continuous improvements we've made. Let's dive into th...... читать далее

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

As a React developer, it is important to have a solid understanding of the framework's key concepts and principles. With this in mind, I have put together a list of 20 important questions that every React developer should know, whether they are inter...... читать далее

react interview nextjs node

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

Introduction Angular 17 has sparked a renewed interest among developers with its groundbreaking features and enhancements. Developed and maintained by Google, Angular 17 represents a significant leap forward in front-end technology, setting new sta...... читать далее

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

As a React developer, it is important to have a solid understanding of the framework's key concepts and principles. With this in mind, I have put together a list of 10 important questions that every React developer should know, whether they are inter...... читать далее

react interview javascript nextjs

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

As developers, we create different types of applications. Sometimes, we work on data processing with forms or data visualization with grids or charts. But sometimes, we build applications that focus mainly on images. While making an app to show image...... читать далее

angular frontend javascript tutorial

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

Why should you lazy load components? TLDR - For optimised chunk sizes and page load time. I'll share my experience. My chunk sizes in the React production build were huge, much larger than the usual sizes. React 16/Webpack 4 so unfortunately the g...... читать далее

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

Quando estamos iniciando um novo projeto em uma nova linguagem, surgem algumas perguntas essenciais: "Qual estrutura devo utilizar para este projeto?" "Existe alguma convenção própria da linguagem?" "Há um padrão amplamente aceito pela comunidade?"...... читать далее

go learning productivity

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

If you’re a developer, you need a personal website. While billionaire-owned, algorithm-based social media platforms arbitrarily decide what people should and should not see on their timelines, there’s no better time for you to carve out your own cozy...... читать далее

webdev performance javascript html

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

Have you ever wondered how some admin panels handle their users in a efficient and comfortable way? Well, tables have come to the rescue! They're an efficient way to display a huge amount of information with a proper user experience and design. How...... читать далее

webdev beginners learning typescript

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

Written by Fimber Elemuwa✏️ The larger your stylesheet, the harder it is to maintain clean and efficient CSS. When you start managing specificity and ensuring consistent rendering across browsers, what should be routine starts looking like rocket sc...... читать далее

css webdev

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

Written by Stephan Miller✏️ The React team released React 18 in May 2023, which came with better support for React Server Components (RSCs). Less than a year later, RedwoodJS announced support for server-side rendering and RSCs. This is a shift from...... читать далее

react webdev

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

Following the most recent technological development is crucial in the dynamic subject of front-end development. Next.Js is one such generation that has been gaining loads of traction. This blog post will give you an outline of why studying Next.Js c...... читать далее

javascript react web

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

Introduction As most of us already know, React enables us to break down interfaces into independent parts called Components, facilitating reuse and customization. Currently, React Components are divided into two main types: Client Components: wi...... читать далее

react nextjs reactjsdevelopment typescript

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

What From the beginning of this chapter, I will be with you to understand a different framework from React and Vue Which use virtual DOM as the core, this framework is - Svelte. Author Just as we think of Dan Abramov when we think of...... читать далее

frontend svelte javascript

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

Como desarrollador de React, es crucial tener una comprensión sólida de los conceptos y principios clave de este marco. Con esto en mente, he elaborado una lista de 20 preguntas esenciales que todo desarrollador de React debería conocer, ya sea que e...... читать далее

react interview nextjs node

Разработка dev.to 15 мая 2024 г. 20:57

I often read questions on Reddit such as: How Svelte compares to X, Y, Z? What do I need SvelteKit for? How do I use it without SvelteKit?, I have my own existing backend! In this article I will try to explain it all. How Svelte comp...... читать далее

javascript webdev svelte react

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

Introduction Complex front-end applications demand reliable build tools that resolve dependencies, improve code quality, and ensure smooth workflow. Choosing the build tool is one of the most crucial decisions that depends solely on your project's...... читать далее

Разработка dev.to 15 мая 2024 г. 5:00

Next.js, a popular React framework, empowers developers to build performant and SEO-friendly web applications. A key factor contributing to this is its implementation of Server-Side Rendering (SSR). This article delves into the world of Next.js SSR,...... читать далее

webdev javascript beginners tutorial

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

Most web developers, I think have struggled to grasp the differences between single-page applications (SPA) and multi-page applications (MPA), likewise with client-side rendering (CSR) and server-side rendering (SSR), the performance benefits of each...... читать далее

webdev javascript beginners programming

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

Introduction If you're just tuning in, the first chapter detailed our approach to creating the SPA (Single Page Application) version of Flowdiver. We explained the reasoning behind our decisions and the challenges we encountered.👍 In this chapter...... читать далее

webdev casestudy typescript nextjs