#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.
The State of of the Octoverse for 2018 ๐
200M Pull Requests?! seems a pretty buys year!
https://octoverse.github.com/
Join Us :: โ๏ธ@ReactDev๐
200M Pull Requests?! seems a pretty buys year!
https://octoverse.github.com/
Join Us :: โ๏ธ@ReactDev๐
The State of the Octoverse
Octoverse 2024: The state of open source
Find out how AI and a rapidly growing global developer community are coming together with compounding results.
#DailyTips ๐ก
Your Node.js Apps are slow when it comes to heavy processing?
try creating your own native module!
before going ahead and learning a new programming language, use a little bit of reasearch :)
https://blog.risingstack.com/writing-native-node-js-modules/
Join Us :: โ๏ธ@ReactDev๐
Your Node.js Apps are slow when it comes to heavy processing?
try creating your own native module!
before going ahead and learning a new programming language, use a little bit of reasearch :)
https://blog.risingstack.com/writing-native-node-js-modules/
Join Us :: โ๏ธ@ReactDev๐
RisingStack Engineering
Writing Native Node.js Modules - RisingStack Engineering
This article explains how native Node.js modules work, and how you can use them to increase the performance of your application.