It may be challenging to transition from React Router v5 to v6, because several changes have altered how things were done in React Router v5. In addition, a number of new features have been introduced, so it is recommended to upgrade to v6 even if the transition will be slightly annoying.
Продовжити читання “Migrating to React Router v6: A complete guide”Категорія: Веброзробка
Create an advanced scroll lock React Hook
Introduction
Scroll lock is a technique used on websites when we don’t want a user to scroll the page. This sounds counterintuitive; why would we ever want to prevent a user from scrolling our web page to see content!?
Продовжити читання “Create an advanced scroll lock React Hook”The Efficient Way to Create a MERN App
Whether you are a newbie or an expert in the programming space, you‘ve probably wondered how others developers set up and configure their starting project application.
Продовжити читання “The Efficient Way to Create a MERN App”React & PDF Rendering
Portable Document Format (PDF) – developed 30 years ago still exists and is one of the most widely-used documents formats. There are many reasons why people still prefer to use them such as the widely supported document format which works is compatible with many devices and apps, and the content always remains the same format.
Продовжити читання “React & PDF Rendering”React Single Page Application и React-Router для начинающих
Что такое SPA?
SPA (single page application) переводится как “одностраничное приложение”, очень распространенный способ программирования веб-сайтов в наши дни: идея в том, что сайт загружает весь нужный для пользовательского опыта HTML/JS сразу же при первом посещении главной страницы, а при последующих переходах по страницам браузер лишь просматривает содержимое заново, не обновляя сайт.
Продовжити читання “React Single Page Application и React-Router для начинающих”Как реализовать редактор форматированного текста в вашем React-приложении
Наша задача — внедрить красивый и надежный текстовый редактор в React-приложение. Он позволит пользователю писать статьи/рассказы так же, как если бы он это делал в Medium, Google Docs или любом другом редакторе, который поддерживает следующие функции:
Продовжити читання “Как реализовать редактор форматированного текста в вашем React-приложении”How to Build a Portfolio Site with Next.js and TailwindCSS
If you’re a web developer, it’s important for you to have a personal portfolio website – especially when you’re applying for jobs.
Продовжити читання “How to Build a Portfolio Site with Next.js and TailwindCSS”Улучшаем дизайн React приложения с помощью Compound components
Сегодня я хочу рассказать про один не очень популярный но очень классный паттерн в написании React приложений – Compound components.
Продовжити читання “Улучшаем дизайн React приложения с помощью Compound components”One-page CRM Admin Dashboard using HTML5, CSS3 and JavaScript
Introduction and Motivation
It’s been a while I posted here. I was busy wrapping up my Bachelor’s degree and thankfully, I graduated with first class honours on the 26th of November, 2021.
Продовжити читання “One-page CRM Admin Dashboard using HTML5, CSS3 and JavaScript”Building a Fullstack Road trip mapper app using the absolute power of MERN stack
This article concentrates on the most critical tasks and concepts for better understanding and building MERN stack applications from the ground up. It’s for folks who are serious about learning about the MERN stack and want to concentrate on the essentials.
Продовжити читання “Building a Fullstack Road trip mapper app using the absolute power of MERN stack”