https://medium.com/the-react-native-log/a-mini-course-on-react-native-flexbox-2832a1ccc6
#RN #Article
Join @ReactDev :: 🚀
#RN #Article
Join @ReactDev :: 🚀
Medium
A Mini-Course on React Native Flexbox
Warning! This design post does not contain any drawings or diagrams. It’s a different approach, but hang in there — I find that it makes it…
#DailyTips 💡
4 things every progressive web app must have 🍂
https://scotch.io/bar-talk/4-things-every-progressive-web-app-must-have
#article
Join Us :: @ReactDev ⚛️
4 things every progressive web app must have 🍂
https://scotch.io/bar-talk/4-things-every-progressive-web-app-must-have
#article
Join Us :: @ReactDev ⚛️
Scotch
4 Things Every Progressive Web App Must Have
A Progressive Web App (PWA) is a web app that uses modern web capabilities to deliver an app-like experience to users. It looks and behaves as if it is a mobile app and can be kinda installed. In this post, we'll be looking at 4 things every progressive web…
#DailyTips 💡
Few Reasons why I use Yarn over npm 📦📤
https://www.sitepoint.com/yarn-vs-npm/
#comparison #article
Join Us :: @ReactDev ⚛️
Few Reasons why I use Yarn over npm 📦📤
https://www.sitepoint.com/yarn-vs-npm/
#comparison #article
Join Us :: @ReactDev ⚛️
Sitepoint
Yarn vs npm: Everything You Need to Know — SitePoint
Modern web development is virtually impossible without a package manager. Our Yarn vs npm comparison will help you decide which to use.
https://medium.freecodecamp.org/increase-the-performance-of-your-site-with-lazy-loading-and-code-splitting-87258bbfc89b
#Article
Join Us @ReactDev :: 🚀
#Article
Join Us @ReactDev :: 🚀
freeCodeCamp
Improve the Performance of your Site with Lazy-Loading and Code-Splitting
How to use a High-Order Component to load what is needed, when needed.
https://medium.com/async-la/react-navigation-stacks-tabs-and-drawers-oh-my-92edd606e4db
#Article #RN
Join Us @ReactDev :: 🚀
#Article #RN
Join Us @ReactDev :: 🚀
Medium
React Navigation: Stacks, Tabs, and Drawers … Oh my!
This is Part III of a series on React Navigation. If you’ve never used this library before, check out my other posts: Up and Running and…
10 Amazing CodePen Demos for April 2018 🐿
https://tutorialzine.com/2018/04/10-amazing-codepen-demos-for-april
#codepen #article
Join Us @ReactDev :: 🚀
https://tutorialzine.com/2018/04/10-amazing-codepen-demos-for-april
#codepen #article
Join Us @ReactDev :: 🚀
Tutorialzine
10 Amazing CodePen Demos for April 2018
A collection of interesting CodePen demos that you should check out.
#DailyTips 💡
what are some simple coding/IDE tips and tricks Q&A 🤷♂
https://hashnode.com/post/what-are-some-simple-coding-ide-tips-and-tracks-that-improved-your-productivity-cjfozjcg400nrk1s2y8k1q9j0
#article
Join Us :: ⚛️@ReactDev🚀
what are some simple coding/IDE tips and tricks Q&A 🤷♂
https://hashnode.com/post/what-are-some-simple-coding-ide-tips-and-tracks-that-improved-your-productivity-cjfozjcg400nrk1s2y8k1q9j0
#article
Join Us :: ⚛️@ReactDev🚀
Hashnode
What are some simple coding / IDE tips and tricks that improved your productivity? - Hashnode
One of the simplest tricks I learnt while pairing was that while creating a new test class, open existing test, duplicate the existing template for tests, rename and then extract to new file.
Another simple example is don't type the left side of decl...
Another simple example is don't type the left side of decl...
React 360 replaces React VR for streamlined development focus
Facebook Code
https://code.facebook.com/posts/572676549773149/react-360-replaces-react-vr-for-streamlined-development-focus/
#update #article #react
Join Us :: ⚛️@ReactDev🚀
Facebook Code
https://code.facebook.com/posts/572676549773149/react-360-replaces-react-vr-for-streamlined-development-focus/
#update #article #react
Join Us :: ⚛️@ReactDev🚀
Facebook Code
React 360 replaces React VR for streamlined development focus
React VR is getting a series of improvements, including Pixel Perfect 2D, improved media support, and better playback performance. It's also being renamed React 360 to better reflect how most developers use the framework.
Patterns For JavaScript Frontend Applications 🍃
https://blog.cloudboost.io/the-state-of-web-applications-3f789a18b810
#article #javascript #frontend
@ReactDev 🚀
https://blog.cloudboost.io/the-state-of-web-applications-3f789a18b810
#article #javascript #frontend
@ReactDev 🚀
daily.dev
Patterns For JavaScript Frontend Applications | daily.dev
Patterns are crucial in managing the complexity of JavaScript frontend applications, much like they were in desktop and enterprise applications. By drawing on architectural patterns like MVVM, CQRS, and Flux, developers can better manage the state and interactions…