If you (unlikely) haven't heard how game devs are not happy with Apple's 30% commission & strong ios monopolical control makes game studios cry, this articles gives you an interesting perspective on how Epic Games recently decided to fight back.
Interestingly, Epic Games doesn't even consider Google evil since it allows app installation from outside the store.
PS after doing a bit of mobile development, I can say that prod-testing on Apple with its testflight and all is also not cool, especially when on android you can just make an apk build
π Read time: 8 min
π *Link*
Interestingly, Epic Games doesn't even consider Google evil since it allows app installation from outside the store.
PS after doing a bit of mobile development, I can say that prod-testing on Apple with its testflight and all is also not cool, especially when on android you can just make an apk build
π Read time: 8 min
π *Link*
To read more about the topic, I'd also suggest reading recent Pavel Durov's post
https://t.iss.one/durov/122
https://t.iss.one/durov/122
Telegram
Pavel Durov
7 Reasons Every iPhone User Should Be Worried About the App Storeβs 30% Tax
In the last few months, many prominent app developers voiced their disapproval of the App Store policies Apple imposes on all apps. Why should that concern you if you own an iPhone?β¦
In the last few months, many prominent app developers voiced their disapproval of the App Store policies Apple imposes on all apps. Why should that concern you if you own an iPhone?β¦
Recoil js
Some people say they get annoyed when something new comes in the JS world.
I personally wait till it get more or less oftenly used in the market and jump on it myself to try.
Recoil is one of those on my list to replace Redux or even Hooks.
Doesn't look as performant as Mobx, but apparently easier to introduce to your project (especially if you are good with Hooks)
https://dev.to/chandan/recoil-vs-redux-the-ultimate-react-state-management-face-off-35b#:~:text=In%20redux%2C%20actions%20are%20fired,shared%20atom%20state%20using%20selectors.
(^Well, that's a nasty long url)
Some people say they get annoyed when something new comes in the JS world.
I personally wait till it get more or less oftenly used in the market and jump on it myself to try.
Recoil is one of those on my list to replace Redux or even Hooks.
Doesn't look as performant as Mobx, but apparently easier to introduce to your project (especially if you are good with Hooks)
https://dev.to/chandan/recoil-vs-redux-the-ultimate-react-state-management-face-off-35b#:~:text=In%20redux%2C%20actions%20are%20fired,shared%20atom%20state%20using%20selectors.
(^Well, that's a nasty long url)
DEV Community
Recoil vs Redux | The Ultimate React State Management Face-Off
Redux vs Recoil React with its component-based approach has made the life of developers easy by mana...
On a side note, if you are into some lofi music while coding, I am listening to this one for the whole day and it goes quite well. Non disruptive and allows to focus.
Even got back my free Spotify account πΆ
Lofi coders
And since I'm on it this YouTube never ending playlist is also great.
And my classical choice for coding background music is Playlist from Tron Legacy
Even got back my free Spotify account πΆ
Lofi coders
And since I'm on it this YouTube never ending playlist is also great.
And my classical choice for coding background music is Playlist from Tron Legacy
This media is not supported in your browser
VIEW IN TELEGRAM
I know you like this things π₯
Looks like we got to 10k
Thank you everyone for interest and unconditional support from those who help others in our discussion group πΎ
PS also apparently if you send π₯ it gets animated now
Thank you everyone for interest and unconditional support from those who help others in our discussion group πΎ
PS also apparently if you send π₯ it gets animated now
This media is not supported in your browser
VIEW IN TELEGRAM
I would just place this one as a prank for something like "keep me authorised" π
You can check it yourself
https://codepen.io/jh3y/full/LYNZwGm
You can check it yourself
https://codepen.io/jh3y/full/LYNZwGm
This media is not supported in your browser
VIEW IN TELEGRAM
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.
https://redux-toolkit.js.org/
(and there is also Mobx)
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.
https://redux-toolkit.js.org/
(and there is also Mobx)
This media is not supported in your browser
VIEW IN TELEGRAM
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 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π€·ββ)
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 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π€·ββ)
Typescript 4.0 video from Ben Awad
YouTube
TypeScript 4.0
TypeScript 4.0 recently came out, so let's talk about the new features (named tuples :)
release notes: https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/
#typescript #benawad
----
Checkout my side projects:
If you're into cooking: β¦
release notes: https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/
#typescript #benawad
----
Checkout my side projects:
If you're into cooking: β¦
ββA nice and quick intro on how JS engine V8 works under the hood
βοΈ only 4 minutes of your time
https://dev.to/edisonpappi/how-javascript-engines-chrome-v8-works-50if
βοΈ only 4 minutes of your time
https://dev.to/edisonpappi/how-javascript-engines-chrome-v8-works-50if
This media is not supported in your browser
VIEW IN TELEGRAM
Not the most informative UI, but definitely a neat one to look at π₯
React in 100 seconds π₯
A perfect, quick way to find out what it is and why it's so popular (if you don't know yet)
https://youtu.be/Tn6-PIqc4UM
A perfect, quick way to find out what it is and why it's so popular (if you don't know yet)
https://youtu.be/Tn6-PIqc4UM
YouTube
React in 100 Seconds
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
#react #webdev #100SecondsOfCode
Install theβ¦
How I make these Videos https://youtu.be/N6-Q2dgodLs
#react #webdev #100SecondsOfCode
Install theβ¦
This media is not supported in your browser
VIEW IN TELEGRAM
Well here it comes.
Moment.js is officially done.
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.
https://momentjs.com/docs/#/-project-status/
Moment.js is officially done.
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.
https://momentjs.com/docs/#/-project-status/
This media is not supported in your browser
VIEW IN TELEGRAM
Particle.js
An easy way to add all sort of different interactive particles to your project
https://vincentgarreau.com/particles.js/
An easy way to add all sort of different interactive particles to your project
https://vincentgarreau.com/particles.js/