TheFrontEnd🔥
Which way do you import stuff more often ?
(just an example below)
(just an example below)
Also, do you guys remember this poll. Turns out
import React from 'react' might be deprecated in the future.This media is not supported in your browser
VIEW IN TELEGRAM
Finally for today a bit of UI animation inspirations 🔥
Актуальная новость: Рекламная Сеть Яндекса начала работать с самозанятыми
Теперь партнеры Сети смогут сохранять больше дохода от монетизации, работая по налоговому режиму со ставкой до 6% на профессиональный доход.
Как это сделать? Перейти в новый налоговый статус и поменять форму сотрудничества с Рекламной Сетью через интерфейс площадки.
Теперь партнеры Сети смогут сохранять больше дохода от монетизации, работая по налоговому режиму со ставкой до 6% на профессиональный доход.
Как это сделать? Перейти в новый налоговый статус и поменять форму сотрудничества с Рекламной Сетью через интерфейс площадки.
Самозанятые в Рекламной сети Яндекса
Сохраняют больше дохода с монетизации за счёт снижения налоговой ставки
What the fuck is
Apparently Dan has its own nicely-named service where he describes some useful concepts
I suggest you go with memoisation first
Apparently Dan has its own nicely-named service where he describes some useful concepts
I suggest you go with memoisation first
TheFrontEnd🔥
How to CSS in React Another great article from one of my favourite React-evangelist. www.robinwieruch.de/react-css-styling Covers all: 🔥CSS in CSS (e.g. Sass) 🔥CSS in JS (e.g. Styled-components) 🔥Utility-first (e.g. Tailwind) And since we are entering…
Already told you before about my unconditional love towards Styled-components, but here is a decent quick start guide on how to use it.
https://scalablecss.com/styled-components-quickstart-guide/
https://scalablecss.com/styled-components-quickstart-guide/
Scalablecss
How To Use Styled-Components In React: A Quick Start Guide
Start practicing styled-components in React today with this short, actionable guide. Learn the fundamentals so you can start using styled-components in your next project.
TheFrontEnd🔥
Web Forms It amazes me how in 2020 creating smart forms with decent validation, user feedback, loading states for async api calls is still not a breeze. Sure, you ve got Formik, Redux-form and what not, but linking it with some UI libraries still feels like…
Web Forms 2.0
Sorry, but I'll keep complaining about forms. Maybe cuz due to the nature of my work thats one of the central points in our apps (both Web & Mobile). There is always something users need to fill that we want to track.
Quite often is nested in a way like you get a form than inside it there is another dynamic form that can be as lengthy as the user wants. A few months ago, I've noticed that e.g. Validate.js is absolutely terrible in validating nested forms within the redux form context. Add on top that UI lib that we used (Antd) which has its own forms that pushed us to creating all sort of adaptors for Redux Form vs Antd Forms so they all function correctly without breaking overall FE architecture.
Point being, I am getting closer to thinking that maybe my own HOC based implementation of forms wouldnt sound too bad.
#triggered
Sorry, but I'll keep complaining about forms. Maybe cuz due to the nature of my work thats one of the central points in our apps (both Web & Mobile). There is always something users need to fill that we want to track.
Quite often is nested in a way like you get a form than inside it there is another dynamic form that can be as lengthy as the user wants. A few months ago, I've noticed that e.g. Validate.js is absolutely terrible in validating nested forms within the redux form context. Add on top that UI lib that we used (Antd) which has its own forms that pushed us to creating all sort of adaptors for Redux Form vs Antd Forms so they all function correctly without breaking overall FE architecture.
Point being, I am getting closer to thinking that maybe my own HOC based implementation of forms wouldnt sound too bad.
#triggered
What's interesting guys, is that it looks like I'm not the only one disliking forms & the state where they are at in 2020.
A few days ago I got approached by the team that attempts to solve typical forms management nightmare and even let you get integrated user tracking into it, to see what is broken in your form from UX perspective.
If the user spends too much time on your forms you can clearly say it needs improvement.
Guys from mightyforms are tackling this issue with their own solution, which looks quite good and they deserve some kudos I think.
Looks like that's the one to give a shot (especially since there is a free tier)🔥
Have a looksie: https://wordpress.org/plugins/mightyforms/
A few days ago I got approached by the team that attempts to solve typical forms management nightmare and even let you get integrated user tracking into it, to see what is broken in your form from UX perspective.
If the user spends too much time on your forms you can clearly say it needs improvement.
Guys from mightyforms are tackling this issue with their own solution, which looks quite good and they deserve some kudos I think.
Looks like that's the one to give a shot (especially since there is a free tier)🔥
Have a looksie: https://wordpress.org/plugins/mightyforms/
This media is not supported in your browser
VIEW IN TELEGRAM
An amazing article on how frontend devs end up with higher responsibility nowadays
A good quote that I want to capture here from the article:
Being a front-end developer puts us on the front lines between the thing we’re building and the people we’re building it for, and that’s a place some of us really enjoy being.
😎🤓 Read Time: 16 min
A good quote that I want to capture here from the article:
Being a front-end developer puts us on the front lines between the thing we’re building and the people we’re building it for, and that’s a place some of us really enjoy being.
😎🤓 Read Time: 16 min
This media is not supported in your browser
VIEW IN TELEGRAM
Getting into a posh car UX
Tell me that UX is only about dev after that 😂
Tell me that UX is only about dev after that 😂
Was so close to become a millionaire once again. Ah well 🤷♂
For anyone who wants to promote something, please do note that if it's irrelevant to the channel's main content, don't bother. I don't do this for money and even casino ad for 350$ will still be a no.
I am subscribed to some of the channels myself where I see a lot of ads with 100500 subscribe buttons and it massively downgrades the channel's quality imho.
If you developed an interesting app, designed smth nice or have a useful tool to share with the community - it's a different story.
For anyone who wants to promote something, please do note that if it's irrelevant to the channel's main content, don't bother. I don't do this for money and even casino ad for 350$ will still be a no.
I am subscribed to some of the channels myself where I see a lot of ads with 100500 subscribe buttons and it massively downgrades the channel's quality imho.
If you developed an interesting app, designed smth nice or have a useful tool to share with the community - it's a different story.
This media is not supported in your browser
VIEW IN TELEGRAM
Got my access to github codespace now that allow you to have vscode experience in Web by running your repo container in the cloud
Reeealy handy, especially for some quick fixes or when you don't have access to your main machine 🔥
https://github.com/features/codespaces
Reeealy handy, especially for some quick fixes or when you don't have access to your main machine 🔥
https://github.com/features/codespaces
This media is not supported in your browser
VIEW IN TELEGRAM
Vuesax
I need to make a confession. I'm so much in love with what guys from vuesax did in respect to UI and style.
Was even googling if something like this exists for React (if you know - definitely share)
The way they design their components is a masterpiece. Especially for the dark theme. Every component is well thought and functional.
Nicely animated checkboxes, all sort of styling for buttons, cool tables, great modals you name it.
After spending quite some time with material, ios, Bulma, Antd & bootstrap - vuesax feels like a breath of fresh air.
I think it's time for me to give Vue another go after so many years with React.
https://vuesax.com/docs/components/#default
I need to make a confession. I'm so much in love with what guys from vuesax did in respect to UI and style.
Was even googling if something like this exists for React (if you know - definitely share)
The way they design their components is a masterpiece. Especially for the dark theme. Every component is well thought and functional.
Nicely animated checkboxes, all sort of styling for buttons, cool tables, great modals you name it.
After spending quite some time with material, ios, Bulma, Antd & bootstrap - vuesax feels like a breath of fresh air.
I think it's time for me to give Vue another go after so many years with React.
https://vuesax.com/docs/components/#default