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πŸš€