I want to share with you a great newslatter 🔥 from Dan Abramov 😱 I already learned a lot from it!
https://justjavascript.com
https://justjavascript.com
Just JavaScript
Just JavaScript will help you develop a rock-solid understanding of how JavaScript works through intuitive visual explanations and learning challenges.
What’s going on with React Native and Messenger? by DanAbramov
https://threadreaderapp.com/thread/1234801507805138945.html
https://threadreaderapp.com/thread/1234801507805138945.html
Threadreaderapp
Thread by @dan_abramov: What’s going on with React Native and Messenger? There’s many hot takes, but I’ll stick to my understanding…
Thread by @dan_abramov: What’s going on with React Native and Messenger? There’s many hot takes, but I’ll stick to my understanding of the faead so that I don’t have to copy and paste this in replies: 1. The Messenger team published a blog post about the…
After watching this video, I understood how wrong I am using the Redux. 😩 I have a feeling that it’s not only me. 🤔
YouTube
An Intro to Storybook + A Guide to Redux Anti-Pattern | ReactTO by Rangle, November 2019
The November 2019 Edition of ReactTO by Rangle focused on Storybook and Redux Anti-Pattern. Watch to learn more.
--------------------
Intro to Storybook Driven Development by Adam Sullovey
In this talk, you’ll find out why you should be excited about using…
--------------------
Intro to Storybook Driven Development by Adam Sullovey
In this talk, you’ll find out why you should be excited about using…
Sorry guys for not being very active lately. I will get back with weekly news soon 🤓
WOW 😯 This might be the best way to debug React Native for now. 🚀Really excited to see how this works. Credit to @Muhzi_Eramam for sharing this article!
https://shift.infinite.red/better-react-native-debugging-with-reactotron-in-flipper-6b823af29220
https://shift.infinite.red/better-react-native-debugging-with-reactotron-in-flipper-6b823af29220
Medium
Better React Native Debugging with Reactotron in Flipper
React Native debugging can be done with Flipper and with Reactotron. But why not … both?
Forms in React Native, The Right Way 👍
https://elazizi.com/forms-in-react-native-the-right-way
https://elazizi.com/forms-in-react-native-the-right-way
Elazizi
Forms in React Native, The right way
Updated 06/04/2021 : adding select input and date picker Handling forms in react native is a crucial task in your journey as a react native developer, you can’t think about developing a new react native app without dealing with forms, at least for login and…
Wow, long time no see 😮
At my startup, we decided to redesign our app. 💅 So I also thought, why not rewrite the app from scratch? 😅
I decided to do so, as I also want to include many new technologies and practices in my app, like: TypeScript, React Navigation 5.0, Redux-Toolkit, UI Kittens, Domain Folder Structure, Redux Anti-Patterns and a lot of new things that I didn’t know / existed 3 years ago when I first developed this app.
It took me around 2 weeks to learn all this(especially typescript 😩) and make a diagram of my next app state.
Starting this week, I am finally starting to code my masterpiece. 😅 I will keep you guys updated on how is it going. 😉
At my startup, we decided to redesign our app. 💅 So I also thought, why not rewrite the app from scratch? 😅
I decided to do so, as I also want to include many new technologies and practices in my app, like: TypeScript, React Navigation 5.0, Redux-Toolkit, UI Kittens, Domain Folder Structure, Redux Anti-Patterns and a lot of new things that I didn’t know / existed 3 years ago when I first developed this app.
It took me around 2 weeks to learn all this(especially typescript 😩) and make a diagram of my next app state.
Starting this week, I am finally starting to code my masterpiece. 😅 I will keep you guys updated on how is it going. 😉
Share best resources to learn TypeScript?
Anonymous Poll
74%
Yes, I want to learn TypeSript! 🙌
7%
Nah, I already know TypeSript
19%
No, I am not interested in TypeScript
💡React Native supports 4 style props that will help you write code faster!
Did you know that there is a shorter way to write this?
You can replace the code above with this:
I have been working as a React Native developer for over 2 years and only a month ago I found out about this. Hopefully this was helpful for some of you. Let me know in React_Native_Status_Talk if you have learned anything! 🥳
Did you know that there is a shorter way to write this?
marginLeft: 10,
marginRight: 10,
marginTop: 15,
marginBottom: 15,
paddingTop: 20,
paddingBottom: 20
paddingLeft: 5,
paddingRight: 5.
You can replace the code above with this:
marginHorizontal: 10,
marginVertical: 15,
paddingVertical: 20,
paddingHorizontal: 5
I have been working as a React Native developer for over 2 years and only a month ago I found out about this. Hopefully this was helpful for some of you. Let me know in React_Native_Status_Talk if you have learned anything! 🥳
How to automate Deploy and Release of React Native app. Setup CI&CD in 2020 🏗
https://medium.com/itjet/how-to-automate-deploy-and-release-of-react-native-app-setup-ci-cd-in-2020-85bdec823bc4
https://medium.com/itjet/how-to-automate-deploy-and-release-of-react-native-app-setup-ci-cd-in-2020-85bdec823bc4
Medium
How to automate Deploy and Release of React Native app. Setup CI&CD in 2020
Hello everyone. In this and few next stories, I would like to share with you guide how to deploy React Native applications in an easy and…
Conditional rendering in React Native may crash your app 🔥 😮
https://koprowski.it/2020/conditional-rendering-react-native-text-crash/
https://koprowski.it/2020/conditional-rendering-react-native-text-crash/
koprowski.it
Conditional rendering in React Native may crash your app
Conditional rendering done wrong leads to errors in React Native that seems to jump on occasionally. Read what is happening and how to prevent further mistakes.
🎉 React Native 0.63 - Released 🎉
Thank you Sathish for sharing the article!
https://reactnative.dev/blog/2020/07/06/version-0.63
Thank you Sathish for sharing the article!
https://reactnative.dev/blog/2020/07/06/version-0.63
reactnative.dev
Announcing React Native 0.63 with LogBox · React Native
Today we’re releasing React Native 0.63 that ships with LogBox turned on by default.
How we reduced our React Native app size by 60% with a few simple fixes 😮
https://medium.com/swlh/how-we-reduced-our-react-native-app-size-by-60-with-a-few-simple-fixes-3d59adc2ed3d
https://medium.com/swlh/how-we-reduced-our-react-native-app-size-by-60-with-a-few-simple-fixes-3d59adc2ed3d
Medium
How we reduced our React Native app size by 60% with a few simple fixes
I work at Mutual, a peer to peer lending Fintech in Brazil. We connect borrowers looking for fair rates to lenders looking for…
React Europe for busy people 👨💻
https://www.telerik.com/blogs/i-watched-all-27-react-europe-talks-so-you-dont-have-to
https://www.telerik.com/blogs/i-watched-all-27-react-europe-talks-so-you-dont-have-to
Telerik Blogs
I Watched All 27 React Europe Talks So You Don’t Have To
Notes from all 27 React Europe talks. Plus, embedded videos of the talks—all in one place for your viewing pleasure.