mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

9.8K
active users

#reactjs

4 posts4 participants0 posts today

Chapter 3: Basic JavaScript for React
⚡ Chapter 3 is here! Before diving deep into React, let's solidify your JavaScript foundation. This chapter covers ES6+ features, destructuring, arrow functions, and other JS concepts that are essential for React development.
Strong JS fundamentals = Better React code!
👉 Check out Chapter 3: dailydevdiet.com/basic-javascr

Basic JavaScript for React
Daily Dev Diet · Chapter 3: Basic JavaScript for React - DailyDevDietDiscover Basic JavaScript for React to enhance your coding skills and build efficient applications.

Chapter 2: Setting Up the Development Environment

🔧 Chapter 2 is LIVE!

Setting up your React development environment properly is crucial for a smooth coding experience. Today's chapter covers everything from Node.js installation to VS Code extensions that will supercharge your productivity.
Ready to build your perfect React workspace?

👉 Read Chapter 2 now: dailydevdiet.com/development-e
#ReactJs #webdev #frontend #environment

Development Environment for React
Daily Dev Diet · Chapter 2: Setting Up the Development Environment for React - DailyDevDietThis chapter will guide you through the entire process of creating a professional Development Environment for React with all the necessary tools and configurations.

I've just deployed my first #ReactJS project on my website (many thanks to @astro )

I have another small one almost ready as well to deploy, probably in the weekend.

I made the mistake of not thinking "mobile first" and now it will take me more time to make it work on mobile (hello <dialog> element!), but overall for this week I shipped!

mauromotion.com/portfolio/

www.mauromotion.comFront End Portfolio - mauromotion.com

I'm looking for a junior to intermediate developer to work with us to empower everyone to become professional video network operators.

It's on-site, 4 days a week.

I'm specifically looking to onboard someone to our React frontend.

React experience (or even frontend experience) is not a hard requirement.

If you want to learn more about the company itself, check it out here gooseott.com/en/home-en/

And please DM me if you're interested.

Goose · What is Goose? - GooseGoose is an easy, secure and cost-free OTT solution. Create your own streaming app and monetize your video content without third parties or limitations. Suppliers and Operators Easily create your own OTT streaming platform and offer your subscribers live or video on demand (VOD) content.

Steroids — ещё один фронтенд фреймворк на базе React?

На старте проекта обычно встает вопрос о выборе готовой ui-библиотеки для решения шаблонных задач, таких как создание форм, инпутов, кнопок и других компонентов. Количество готовых ui-библиотек для React так стремительно растет, что уже сложно остановить свой выбор на какой либо из них. Зато в таком разнообразии каждый может найти библиотеку, подходящую под его задачи. В этой статье хочется рассказать о фреймворке Steroids, который разработан и поддерживается в нашей компании. Изначально мы не планировали создавать фреймворк, а просто собирали удачные решения рутинных задач. Получился набор полезных утилит и мини-библиотек, который позволял нам работать быстрее. Мы постепенно добавляли в него новые элементы, он рос и видоизменялся, и в итоге вырос в полноценный фреймворк Steroids.

habr.com/ru/companies/kozhinde

ХабрSteroids — ещё один фронтенд фреймворк на базе React?Фреймворк Steroids На старте проекта обычно встает вопрос о выборе готовой ui-библиотеки для решения шаблонных задач, таких как создание форм, инпутов, кнопок и других компонентов. Количество готовых...

Storybook в IDE: конец эпохи копипаста

Если вы занимаетесь фронтенд-разработкой, то наверняка работали со Storybook — удобной витриной компонентов, на которой красиво лежат компоненты и примеры их использования. Его любят за интерактивную документацию, возможность визуального контроля и изолированной разработки. Но замечали ли вы, сколько действий приходится делать, чтобы взять компонент из Storybook и вставить его в реальный проект? Наверняка вы сталкивались с ситуацией: нашли компонент в Storybook, затем переключились обратно в IDE, скопировали код, вставили, адаптировали, проверили, и повторили снова. Кажется, многовато действий для простой вставки компонента, правда? Постоянные переключения между браузером и IDE, ручной копипаст и отсутствие связи с уже написанным кодом делают этот процесс неудобным и медленным. Storybook Studio: всё в одном месте...

habr.com/ru/companies/haulmont

ХабрStorybook в IDE: конец эпохи копипастаЕсли вы занимаетесь фронтенд-разработкой, то наверняка работали со Storybook — удобной витриной компонентов, на которой красиво лежат компоненты и примеры их использования. Его любят за интерактивную...

Code Tutorials — React: рисуем двумерный граф

Привет, друзья! В этой серии статей я делюсь с вами своим опытом решения различных задач из области веб-разработки и не только. В этой статье мы изучим библиотеку react-force-graph-2d для рисования двумерных графов. Демо приложения: react-graph.netlify.app/ Локальный запуск приложения: git clone github.com/harryheman/react-gr
cd react-graph
npm i
npm run dev Интересно? Тогда прошу под кат.

habr.com/ru/companies/timeweb/

react-graph.netlify.appVite + React + TS

I'm going to start mentoring my friend's son who just completed a coding boot camp through a local community college. I'm starting with #foss projects in languages/frameworks he was taught.ij the boot camp) #java #ReactJS

I maintain a #csharp project, but if anyone else has something that could use a potentially long term contributor I'll start working with him on issues. He needs to build his resume and learn to work with a distributed team.

Are Web Components & Cybersecurity A Better Combo?

I'm not trying to dunk on popular #UI #frameworks – I'm sure they're totally fine for #cybersecurity stuff, probably get loads of reviews and #audits.

But from my angle: Web Components are *native* to the #browser. Doesn't that just inherently reduce the risk of **#SupplyChainAttacks** (you know, like a rogue `npm install` on a bad network) for your #AppSecurity?

Or am I overthinking it, and the #framework choice is less important than the #browser, #OS, or #device running it? What are your thoughts, #DevCommunity?

---

Quick context: I've got a #ReactJS #messagingApp (repo here: github.com/positive-intentions) and a separate #UIFramework (repo here: github.com/positive-intentions) built with #Lit (which uses Web Components). I'm genuinely wondering if there's a compelling #cybersecurity reason to refactor the chat app to use my #WebComponent UI framework. Might be a whole new level of #SecurityByDesign for #FrontEndDev.

FYI, same question's on Reddit here: reddit.com/r/ExperiencedDevs/c, got some good #insights, but want to make sure nothing's getting overlooked! Let's discuss #InfoSec #WebDev #JavaScript #OpenSource #TechQuestion.

Decentralized chat. Contribute to positive-intentions/chat development by creating an account on GitHub.
GitHubGitHub - positive-intentions/chat: Decentralized chatDecentralized chat. Contribute to positive-intentions/chat development by creating an account on GitHub.