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…