Актуальная новость: Рекламная Сеть Яндекса начала работать с самозанятыми
Теперь партнеры Сети смогут сохранять больше дохода от монетизации, работая по налоговому режиму со ставкой до 6% на профессиональный доход. Как это сделать? Перейти в новый налоговый статус и поменять форму сотрудничества с Рекламной Сетью через интерфейс площадки.
25 и 26 сентября - бесплатные дни конференции Frontend Live 2020. Бесплатны и открыты для всех желающих. Нужна лишь регистрация для доступа на онлайн платформу конференции. В программе доклады о том, как на уровне кода предотвратить проникновения извне, а также о работе в рантайме статичной типизации TypeScript и много интересного о звуке, танцах и иконках. Расписание конференции тут https://frontendconf.ru/moscow/2020/free Регистрация на открытые дни тут https://bit.ly/35FteO1
A fair move from the team. Respect and thanks for helping us fighting dates & timezones. Time for the lighter, more flexible alternatives to get their praise.
React is a little JavaScript library with a big influence over the webdev world. Learn the basics of React in 100 Seconds https://fireship.io/tags/react/
How I make these Videos https://youtu.be/N6-Q2dgodLs …
🔥CSS in CSS (e.g. Sass) 🔥CSS in JS (e.g. Styled-components) 🔥Utility-first (e.g. Tailwind)
And since we are entering a hugely opinionated area here, I am gonna throw a holywar trigger and tell you that: although I'm using Sass at work, I am in absolute love with Styled-components, if approached properly, the readability of your code is sooo good.
On the other hand, Tailwind, although with a clear purpose, seems to be the most ugly when it comes to readibility. The whole purpose of separate files for styling was to avoid having them in you main component (and not throw them inside your component as a never ending style line🤷♂)
After a few UI/UX posts, I need to go a bit technical to make a confession - I don't like Redux.
Honestly, even my own implementation with Hooks always seemed more straightforward.
I also probably need to make a note that I dislike everything that forces me to write more code than I need to (it started with php. I know, I know, you don't have to unsubscribe because of this).
For anyone feeling the same, Redux-toolkit is something humanity came up with to reduce the pain. In case, you didn't know.