Что-то про React – Telegram
Что-то про React
300 subscribers
3 photos
498 links
Немного про React.
Список статей и новостей подбирается полностью вручную.
Download Telegram
What Is JavaScript Made Of? | Dan Abramov

In this article, Dan shares a compressed version of the mental model he's developed to give himself more confidence in his understanding of JavaScript. It’s structured like a glossary, with each topic getting a few sentences
Chrome Extension Starter Kit

Built with React, TypeScript, SCSS, Storybook, EsLint, Jest, Bootstrap, & Webpack
Gatsby Theme - Personal Portfolio

Initially this was a personal portfolio made in GatsbyJs, now it's a Gatsby theme available to anyone who wants to tell their work history focusing only on the content.
beautiful-react-hooks

An open source collection of useful React custom hooks with a concise API.
gatsby-plugin-next-seo

Gatsby Plugin SEO makes managing SEO easier in your Gatsby JS project. It fully supports server-side rendering (SSR) with site wide configuration available via the gatsby-config.js plugin options. SEO options can also be tweaked at any moment by importing the main GatsbySeo component and passing in the desired props.
Astuto: A free, open source, self-hosted customer feedback tool 🦊

Astuto helps you collect, manage and prioritize feedback from your users. It was heavily inspired by Canny.io ("astuto" is the Italian translation of the word "canny"), but is self-hosted and open source. Riccardo Graziosi built Astuto for his Master's Thesis in Computer Engineering.
Timeline Component in React

In this 30-minute video, Florin walks through how to build a basic timeline component in React.
Firebase as a React Hook 🔥🎣

In this article, Doug Safreno explains how to use (and how he implemented) useDbDatum / useDbData, two hooks for generically loading data from Firebase RTDB.
10 JavaScript concepts you need to master react

In this article, Reed Barger put together a list of his 10 most essential JavaScript concepts to master in order to become more effective with React, and he provides solid explanations of each concept.
Babel 7.8.0 Released 📣

Highlights:
• ECMAScript 2020 default support (#10811, #10817, #10819, #10843)
• Support every configuration file extension (#10783 and #10903)
• New CLI options (#9144 and #10887)
• Preparing for Babel 8
react-email-editor

React Email Editor is a drag-n-drop email editor component that makes it super easy to add a solid email editor to your React apps. Designs are saved in JSON and can be exported as HTML.
The React Cheatsheet for 2020 📄

This Cheatsheet is broken down into 3 sections - Core Concepts, React Hooks, & Advanced Hooks. It's a helpful resource for React beginners looking to solidify these concepts for the first time, and a valuable reference guide for more experienced React devs.
What React Does (and Doesn't Do)

Back to the basics. In this article Dave goes over exactly what React does (and more importantly, what it doesn't do).
How to (unit) test in React

This comprehensive article explains what unit testing is, why it’s needed, and the best practices for small to large React applications.
5 React Projects You Need In Your Portfolio

In this post, Reed Barger walks through 5 different types of apps that you should be looking to build after the basic to-do app if your still fairly new to React. Each type of app includes popular examples for inspiration, recommended tools to build each app feature, and a short demo of similar apps built by Reed
Best React open-source projects

This article by Eugene Stepnov is a great resource for any developer interested in contributing to high-quality open-source React projects. He briefly discusses how to identify good open-source projects and then provides a fairly exhaustive list of open-source React projects he recommends.
Building a Piano with React Hooks 🎹

This tutorial specifically covers how to map the laptop keys to piano notes, how to map the audio with key press, and how to render the piano keyboard in react
React keyboard shortcut library 🐆

This package provides two React components that enable keyboard shortcuts in React.
CRA Redux template v 1.0.0

You can use this template to set up a brand new create-react-app project that will be automatically set up with:
• Redux Toolkit and React-Redux dependencies included
• A Redux store configured and created
• The React-Redux <Provider> passing the store to your React components
• A small "counter" example showing how to add Redux logic using Redux Toolkit and a "ducks" / feature-based structure, and using the React-Redux hooks API to interact with the store from inside your components