Feel free to ask questions related to the book content or React here. I'll get to them eventually. Stack Overflow or Reactiflux is likely faster for general questions, though.
bebraw on master
fix(language-features): Drop we… Removed redundant spread operat… Merge pull request #446 from sk… and 2 more (compare)
bebraw on v2.5.13
bebraw on dev
chore: Bump version 2.5.13 (compare)
bebraw on dev
Removed redundant spread operat… Merge pull request #446 from sk… (compare)
bebraw on dev
fix(language-features): Drop we… (compare)
bebraw on dev
chore: Thank @skarlinski chore: Bump version 2.5.12 (compare)
bebraw on master
Changed `const` to `let` in es6… Merge pull request #445 from sk… chore: Thank @skarlinski and 2 more (compare)
bebraw on v2.5.12
serve
) to check out the result
while I'm here though I was wondering if you could give me some insight onto what's the proper way to add something to externals that is imported like so
import { makeStyles } from '@material-ui\core\styles'
I tried using a plain regex to no avail /@material-ui\/core\/styles\/.*$/
somehow the ecosystem is still catching up with 5
Never underestimate the inertia of a big org :p
Hi all! I wrote an article
Server-Side Rendering from zero to hero
https://dev.to/alexsergey/server-side-rendering-from-zero-to-hero-2610
Hello! I wrote an article on how to effectively detect bugs in React application based on user actions. And also how to create a React application through the Log-Driven Development approach.
I would like to present you my new article:
https://dev.to/alexsergey/project-structure-repository-and-folders-review-of-approaches-4kh2
In this article, we'll look at different approaches of project structures. Which have impact on team, money, time etc.
data.teams
isn't what you expect it to be after the query goes through
Hi everyone! I would like to present to you my new article:
CSS Modules vs CSS-in-JS. Who wins?
https://dev.to/alexsergey/css-modules-vs-css-in-js-who-wins-3n25
In this article, we will review pros and cons of these 2 approaches.