Naive developer going native - the need for a Rust module
TL:DR - Use Rust instead of C++ to write native Node.js modules!
#Nodejs #article #native_module
https://blog.risingstack.com/node-js-native-modules-with-rust/
TL:DR - Use Rust instead of C++ to write native Node.js modules!
#Nodejs #article #native_module
https://blog.risingstack.com/node-js-native-modules-with-rust/
RisingStack Engineering
Writing fast and safe native Node.js modules with Rust - RisingStack Engineering
In this Rust tutorial, I’m going to walk you through the steps of writing a modern, fast and safe native Node.js module.
React & Modern Javascript
#DailyTips don't use Jquery with React don't use Jquery with React don't use Jquery with React don't use Jquery with React don't use Jquery with React don't use Jquery with React don't use Jquery with React don't use Jquery with React don't use Jquery with…
#DailyTips
As mentioned before...👆🏻
Why is it a bad idea to mix jQuery and React? 🤔
Q&A on HashNode :
https://hashnode.com/post/why-is-it-a-bad-idea-to-mix-jquery-and-react-cit77t20z02j5fq536wlyiwtk
#article #useful
Join Us :: @ReactDev ⚛️
As mentioned before...👆🏻
Why is it a bad idea to mix jQuery and React? 🤔
Q&A on HashNode :
https://hashnode.com/post/why-is-it-a-bad-idea-to-mix-jquery-and-react-cit77t20z02j5fq536wlyiwtk
#article #useful
Join Us :: @ReactDev ⚛️
Hashnode
Why is it a bad idea to mix jQuery and React? - Hashnode
It seems that using jQuery with React is generally frowned upon. I would like to know the reason. So, my question is do you use jQuery with React? If not, why is it considered a bad practice?
An easy set-up guide to get HTTPS working on your local machine🤓
https://medium.freecodecamp.org/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec
#article #useful
Join Us :: @ReactDev ⚛️
https://medium.freecodecamp.org/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec
#article #useful
Join Us :: @ReactDev ⚛️
freeCodeCamp.org
How to get HTTPS working on your local development environment in 5 minutes
By Daksh Shah Almost any website you visit today is protected by HTTPS. If yours isn’t yet, it should be. Securing your server with HTTPS also means that you can’t send requests to this server from one that isn’t protected by HTTPS. This poses a pro...
#DailyTips
Code splitting your React apps ❄️
This article helps you split your bundles!
it makes smaller bundles and much much faster load times (it will load the needed module that is used to init the app first)
Dont believe me? run a performance test with chrome on your app 😉
https://hackernoon.com/straightforward-code-splitting-with-react-and-webpack-4b94c28f6c3f
Official webpack code-splitting guide: ☘️
https://webpack.js.org/guides/code-splitting/#src/components/Sidebar/Sidebar.jsx
#code_splitting #article #react
Join Us :: @ReactDev ⚛️
Code splitting your React apps ❄️
This article helps you split your bundles!
it makes smaller bundles and much much faster load times (it will load the needed module that is used to init the app first)
Dont believe me? run a performance test with chrome on your app 😉
https://hackernoon.com/straightforward-code-splitting-with-react-and-webpack-4b94c28f6c3f
Official webpack code-splitting guide: ☘️
https://webpack.js.org/guides/code-splitting/#src/components/Sidebar/Sidebar.jsx
#code_splitting #article #react
Join Us :: @ReactDev ⚛️
Hacker Noon
Straightforward code splitting with React and Webpack
Everything seemed perfect until your app size increases too fast …
A visual guide to React Native Performance 🤓
https://codeburst.io/a-visual-guide-to-react-native-performance-issues-and-resolving-insights-ccb0fc3fbcda
#article #React #react_native
Join Us :: @ReactDev ⚛️
https://codeburst.io/a-visual-guide-to-react-native-performance-issues-and-resolving-insights-ccb0fc3fbcda
#article #React #react_native
Join Us :: @ReactDev ⚛️
Medium
A visual guide to React Native Performance: Issues and resolving Insights
For anyone who is coming from Cordava/Ionic development background, React Native would blow your mind with its easy code sharing, UI…
#DailyTips
How to build a real-time todo app with React Native
https://medium.freecodecamp.org/how-to-build-a-real-time-todo-app-with-react-native-19a1ce15b0b3
#React #react_native #article #todo
Join Us :: @ReactDev ⚛️
How to build a real-time todo app with React Native
https://medium.freecodecamp.org/how-to-build-a-real-time-todo-app-with-react-native-19a1ce15b0b3
#React #react_native #article #todo
Join Us :: @ReactDev ⚛️
freeCodeCamp.org
How to build a real-time todo app with React Native
A todo app touches on all the important parts of building any data-driven app, including the Create, Read, Update and Delete (CRUD)…
Getting started with Machine Learning in 5 minutes 🤖
https://hackernoon.com/getting-started-with-machine-learning-in-15-lines-of-code-4112c405f9a4
#ml #article
Join Us :: @ReactDev ⚛️
https://hackernoon.com/getting-started-with-machine-learning-in-15-lines-of-code-4112c405f9a4
#ml #article
Join Us :: @ReactDev ⚛️
Hackernoon
Getting started with Machine Learning in 5 minutes
How to build React apps on top of the WordPress REST API 📊
https://medium.freecodecamp.org/how-to-build-react-apps-on-top-of-the-wordpress-rest-api-bcc632808025
#wordpress #rest #article
Join Us :: @ReactDev ⚛️
https://medium.freecodecamp.org/how-to-build-react-apps-on-top-of-the-wordpress-rest-api-bcc632808025
#wordpress #rest #article
Join Us :: @ReactDev ⚛️
freeCodeCamp.org
How to build React apps on top of the WordPress REST API
by Andrey Pokrovskiy How to build React apps on top of the WordPress REST APIUPDATE 06/16/2017: I updated the project to use ReactRouter 4 and Webpack 2. Some parts were refactored and simplified. Included links to the frontend React demo and Wordpress backend…
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.