React & Modern Javascript
306 subscribers
43 photos
17 videos
15 files
245 links
React for Developers ๐Ÿš€๐Ÿš€
Useful Articles๐Ÿ“ƒ
DailyTipsโšก๏ธ
Introduction videos๐Ÿ’ซ
Courses๐Ÿ—ƒ
Covering the Updates of Modern Web Development!๐ŸŒŽ

Link : t.me/ReactDev
Contact Us if You Have Any Questions or Suggestions:
@MrGh0st
@stfuBlyat
Download Telegram
#DailyTips ๐Ÿ’ก
[Webpack new update 4.6.0]
Make sure to use build modes in your webpack config file

I myself use this formation:
"build-dev": "webpack -w โ€”mode=development",
"build-pro": "webpack โ€”mode=production"

here's webpack docs:
https://webpack.js.org/concepts/mode/

#webpack
Join Us @ReactDev :: ๐Ÿš€
#DailyTips ๐Ÿ’ก
Use Jest for Testing your React Components ๐Ÿ•ต๐Ÿป๏ธโ€โ™€๏ธ

https://facebook.github.io/jest/docs/en/tutorial-react.html

#react #testing #jest
Join Us @ReactDev :: ๐Ÿš€
#DailyTips ๐Ÿ’ก
If you're a SSR fan, try out Next.js โšก


Next.js is a JavaScript framework for building server-rendered web application built on top of React, Webpack, and Babel.

https://nextjs.org

#react #library #ssr
Join Us :: โš›๏ธ@ReactDev๐Ÿš€
This media is not supported in your browser
VIEW IN TELEGRAM
#DailyTips ๐Ÿ’ก
Highly Recommended!

It's super fast! ๐Ÿš€๐Ÿš€
You can even use it for analytics and machine learning!

#redis #database #cache #video
Join Us :: โš›๏ธ@ReactDev๐Ÿš€
#DailyTips ๐Ÿ’ก
need a faster way to develop back-ends ? Try LoopBack! ๐ŸŽ

Easily bootstrap and config REST api or a full stack application in minutes!
Whatever the Database or the client framework

https://loopback.io

#nodejs #framework #backend
Join Us :: โš›๏ธ@ReactDev๐Ÿš€
#DailyTips ๐Ÿ’ก

Nginx Caching Guide

https://www.nginx.com/blog/nginx-caching-guide/

Join Us :: โš›๏ธ@ReactDev๐Ÿš€