#DailyTips ๐ก
Choosing The Right Javascript Framework 2018 ๐ฆ
https://medium.com/@sarahelson81/choosing-the-right-javascript-framework-in-2018-ca09a79a8af3
Join Us :: โ๏ธ@ReactDev๐
Choosing The Right Javascript Framework 2018 ๐ฆ
https://medium.com/@sarahelson81/choosing-the-right-javascript-framework-in-2018-ca09a79a8af3
Join Us :: โ๏ธ@ReactDev๐
Medium
Choosing the right JavaScript framework in 2018
The emergence of unique frameworks with each of them having distinct characteristic advantages has caused a rift in our wonderfulโฆ
#code_quote ๐ฌ
Measuring programming progress by lines of code is like measuring aircraft building progress by weight.
โ Bill Gates
Join Us :: โ๏ธ@ReactDev๐
Measuring programming progress by lines of code is like measuring aircraft building progress by weight.
โ Bill Gates
Join Us :: โ๏ธ@ReactDev๐
#code_quote ๐ฌ
Assertions are a tool to do basic sanity checking for programmer errors.
โ Marijn Haverbeke
Join Us :: โ๏ธ@ReactDev๐
Assertions are a tool to do basic sanity checking for programmer errors.
โ Marijn Haverbeke
Join Us :: โ๏ธ@ReactDev๐
#code_quote ๐ฌ
First do it, then do it right, then do it better.
โ Addy Osmani
Join Us :: โ๏ธ@ReactDev๐
First do it, then do it right, then do it better.
โ Addy Osmani
Join Us :: โ๏ธ@ReactDev๐
Forwarded from Hacker News
Babel 7 Released (Score: 101+ in 2 hours)
Link: https://readhacker.news/s/3PFDm
Comments: https://readhacker.news/c/3PFDm
Link: https://readhacker.news/s/3PFDm
Comments: https://readhacker.news/c/3PFDm
babeljs.io
Babel 7 Released ยท Babel
After almost 2 years, 4k commits, over 50 pre-releases, and a lot of help we are excited to announce the release of Babel 7. It's been almost [3 years](https://babeljs.io/blog/2015/10/29/6.0.0) since the release of Babel 6! There's a lot of moving parts soโฆ
#code_quote ๐ฌ
Code is like humor. When you have to explain it, itโs bad.
โ Cory House
Join Us :: โ๏ธ@ReactDev๐
Code is like humor. When you have to explain it, itโs bad.
โ Cory House
Join Us :: โ๏ธ@ReactDev๐
React Native Gesture Handler ๐
https://kmagiera.github.io/react-native-gesture-handler/
Join Us :: โ๏ธ@ReactDev๐
https://kmagiera.github.io/react-native-gesture-handler/
Join Us :: โ๏ธ@ReactDev๐
Swmansion
React Native Gesture Handler | React Native Gesture Handler
Declarative API exposing platform native touch and gesture system to React Native.
Forwarded from Hacker News
Next.js 7 (Score: 103+ in 4 hours)
Link: https://readhacker.news/s/3QEtf
Comments: https://readhacker.news/c/3QEtf
Link: https://readhacker.news/s/3QEtf
Comments: https://readhacker.news/c/3QEtf
nextjs.org
Next.js 7
After 26 canary releases and 3.4 million downloads, we are proud to introduce the production-ready Next.js 7
#DailyTips ๐ก
Use Streams for handling Big files in uploads ๐
https://carlosrymer.com/using-node-streams-to-handle-large-file-uploads-24c1a0141b9c
Join Us :: โ๏ธ@ReactDev๐
Use Streams for handling Big files in uploads ๐
https://carlosrymer.com/using-node-streams-to-handle-large-file-uploads-24c1a0141b9c
Join Us :: โ๏ธ@ReactDev๐
Medium
Using Node Streams to Handle Large File Uploads
Minimizing memory footprint in Node apps
#DailyTips ๐ก
a Simple Grid Components in React โ๏ธ
say No To React-Bootstrap
special thanks to Abolfazl :)
https://github.com/abolfazl930/react-strap-grid
Join Us :: โ๏ธ@ReactDev๐
a Simple Grid Components in React โ๏ธ
say No To React-Bootstrap
special thanks to Abolfazl :)
https://github.com/abolfazl930/react-strap-grid
Join Us :: โ๏ธ@ReactDev๐
GitHub
GitHub - abolfazl930/react-strap-grid: Bootstrap grid system for React
Bootstrap grid system for React. Contribute to abolfazl930/react-strap-grid development by creating an account on GitHub.
#DailyTips ๐ก
A Better way to Catch React Native Errors ๐ธ
special thanks to Alireza :)
https://medium.com/sanjagh/catch-react-native-errors-if-you-can-404f7d53f037
Join Us :: โ๏ธ@ReactDev๐
A Better way to Catch React Native Errors ๐ธ
special thanks to Alireza :)
https://medium.com/sanjagh/catch-react-native-errors-if-you-can-404f7d53f037
Join Us :: โ๏ธ@ReactDev๐
Medium
Catch โReact Native Errorsโ If You Can!
Though error handling in a native application can be straightforward, it can be quite tricky in a React native app.