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

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

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


Разработка 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: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 г. 10:37

Source :- https://www.npmjs.com/package/nextjs-toploader Next Js TopLoader A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and React. Install using npm: npm install nextjs-topload...... читать далее

nextjs react

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

As developers, we often face repetitive tasks when setting up new projects. Bash scripting, a powerful scripting language in Unix-like systems, allows us to automate these tasks efficiently. In this post, I'll guide you through automating the setup...... читать далее

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

Hi everyone! This week is calm in terms of releases, so far at least!. We have great React articles, but also some criticisms, or content that suggests we use alternative solutions (Solid, Phoenix LiveView) 😅. React Conf starts later today! We can...... читать далее

react reactnative

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

Hi everyone! We're back after a short break, covering two weeks of news! I hope you have recovered well from the React 19 beta release 😄 But it's not over, we are entering an exciting period with React Conf, Vercel Ship, App.js and many other conf...... читать далее

react reactnative

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

Hi everyone! This week React Native takes the spotlight! But there are also interesting news from Vercel and PRs to take a look at from the React core team. Earlier this week, I was at React/RN Connection conferences in Paris. It was great to meet...... читать далее

react reactnative

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

React JS is a JavaScript library built and maintained by Facebook. React is an efficient, declarative, and flexible open-source JavaScript library for creating simple, fast, and scalable frontends of web applications. The language used to build Reac...... читать далее

react frontend webdev javascript

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

Using CRA and Webpack4 and find .mjs files giving an issue? (Yes im using CRA and Webpack4 in 2024 FML!) Here are webpack config settings that will help - const reScript = /\.(js|jsx|mjs)$/; resolve: { // Allow absolute paths in imports, e.g. im...... читать далее

react webpack mjs

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

In today's fast-paced web landscape, a React application's performance is paramount. A sluggish app can lead to frustrated users and lost conversions. Fortunately, React provides a plethora of built-in features and libraries to streamline your applic...... читать далее

react nextjs javascript webdev

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

Hey devs! Have you heard about Reactotron? Reactotron is a powerful tool for developing and debugging React Native (and also ReactJS) applications. Developed by Infinite Red, Reactotron provides a desktop interface to monitor and interact with appli...... читать далее

reactnative react javascript

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

To upload multiple images to Cloudinary using React, you can follow these steps: Install the cloudinary-react package to simplify interactions with Cloudinary in your React application: npm install cloudinary-react Import the necessary c...... читать далее

webdev javascript beginners tutorial

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

Navigation is the backbone of great mobile app experiences, allowing users to seamlessly flow between screens. In React Native development, achieving top-notch navigation is very important for creating engaging apps. Understanding the Basic...... читать далее

reactnative navigation reactnavigation appdevelopment

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

React-toastify is a handy library for adding toast notifications to your React application. These notifications are small messages that pop up on the screen to inform the user about an event. Here's how you can add React-toastify to your React projec...... читать далее

reacttostify react nextjs abotwrotethis

Разработка 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 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 г. 23:30

You love Null Object Design Patter because it avoids the billion-dollar mistake TL;DR: Prefer real domain names to Implementation names Problems Bijection Fault Naming Solutions Search for a real-world metaphor...... читать далее

webdev javascript beginners programming

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

Oh, the beauty of filling out online forms... Whether ordering a book, signing up for a newsletter, or posting on social media, forms are the digital bridges connecting us to various online services. Behind every form submission, a complex process en...... читать далее

javascript webapi react webdev

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

Glimmer DSL for Web is a Ruby-in-the-Browser Web Frontend Framework that enables Rubyists to finally have Ruby productivity and happiness in the Frontend via a simpler, more intuitive, more straightforward, and more productive library than all JavaSc...... читать далее

ruby rails frontend glimmer

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

In the age of sophisticated IDEs, cloud-based development platforms, and feature-rich code editors, the notion of relying on a notepad for app development may seem unconventional. However, this simple tool can actually be a valuable asset in the righ...... читать далее