Avoid Export Default

Development
Введение
DevDocs
Fast, offline, and free documentation browser for developers. Search 100+ docs in one web app including HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, and many more.
How I manage to make my Storybook project the most efficient possible
We are living the "component-based" era, where any user interface is split into small reusable pieces...
Everything Developers Need To Know About Figma — Smashing Magazine
Unlike most design software, Figma is free and browser-based so developers can easily access the full design files making the developer handoff process significantly smoother. This article explains everything they need to know to work with Figma.
4 ways to fake an API in frontend development
Let's explore in this post the most common approaches to mocking and stubbing APIs in development.
11 Micro Frontends Frameworks You Should Know
Discover the best tools to help you build great micro frontends.
brahmosjs/brahmos
Super charged JavaScript library with modern React API and native templates. - brahmosjs/brahmos
sindresorhus/np
A better `npm publish`. Contribute to sindresorhus/np development by creating an account on GitHub.
SoftwareBrothers/admin-bro
AdminBro is an admin panel for apps written in node.js - SoftwareBrothers/admin-bro
Better Error Handling In NodeJS With Error Classes — Smashing Magazine
This article is for JavaScript and NodeJS developers who want to improve error-handling in their applications. Kelvin Omereshone explains the error class pattern and how to use it for a better, more efficient way of handling errors across your applications.
Di ts in practice
Mirage JS • An API mocking library for frontend developers
Build, test and demo your JavaScript application without an API
Redux vs React's Context API
For years, Redux was the most popular solution for global state management in React apps. Will the Context API change that?
The little guide to CI/CD for frontend developers - Maxime Heckel's Blog
How to ship your app faster, more reliably and make your team unstoppable with good testing practices and automation.
⚛️ 🚀 React Component Patterns
Overview This documentation will help identify the trade-offs of the different React patte...
alias-rahil/handwritten.js
Convert typed text to realistic handwriting! Contribute to alias-rahil/handwritten.js development by creating an account on GitHub.
Meet tinyhttp, a 0-legacy, tiny and fast alternative to Express
What tinyhttp is a modern Express-like web framework written in TypeScript and compiled to...
Brown M&Ms, or Why No One's Reading the Manual
One of our favorite anecdotes that illustrates just how hard it is to get people to read the docs comes from an unexpected source: Van Halen. The...
Как писать чистый, читаемый, удобный JavaScript
Перевод книги Райана Макдермота clean-code-javascript. Введение Инженерные принципы программного обеспечения, из книги Роберта С. Мартина Clean Code, приспособленные для JavaScript. Это не стайл гайд. Это руководство по написанию читаемого, переиспользуемого и поддерживаемого кода на javascript. Не каждый принцип здесь, должен строго соблюдаться. Это принципы и ничего больше, но они сформированы в течение многих лет коллективного опыта авторами clean code. Нашему ремеслу инженерии программн...
OkCupid Blog | Why we decided against GraphQL for local state management
Here at OkCupid, we're pretty big fans of using GraphQL. When it comes to fetching data on any of our client platforms, the abstraction...
8 ways to deploy a React app for free - LogRocket Blog
In this guide, we'll compare eight services built to help you deploy React applications more efficiently. Best of all, they're all free.
Agile-трансформация | Алексей Пименов | Цифровая трансформация подкаст #8
Гость подкаста: Алексей Пименов (RealResult) Таймкоды: 00:26 Можно ли внедрять Agile, когда люди на удаленке 03:24 Введение в Agile: история и определения 09...
How Fast Should Your Site Load?
Go ask Google. You’ll find a bunch of articles telling you that 2–5 seconds does the trick. But what makes 2–5 seconds the prescribed…
Omatsuri
A new npm is coming
No, I'm not talking about npm v7! 🙀 A new package manager is under development and it's not written...
TypeScript Exercises
A set of interactive TypeScript exercises
Types as axioms, or: playing god with static types
Just what exactly _is_ a type? A common perspective is that types are _restrictions_. Static types restrict the set of values a variable may contain, capturing some subset of the space of “all possible values.” Under this worldview, a typechecker is sort...
Gophertiles
Юнит-тесты переоценены
Предлагаем вам перевод поста «Unit Testing is Overrated» от Alex Golub, чтобы подискутировать на тему юнит-тестов. Действительно ли они переоценены, как считает...