#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 :: ๐
[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 :: ๐
Use Jest for Testing your React Components ๐ต๐ป๏ธโโ๏ธ
https://facebook.github.io/jest/docs/en/tutorial-react.html
#react #testing #jest
Join Us @ReactDev :: ๐
#DailyTips ๐ก
Stop Styling React Components with Javascript ๐
https://medium.com/front-end-developers/stop-styling-react-components-with-javascript-8b4a7ec96eea
#react
Join Us :: โ๏ธ@ReactDev๐
Stop Styling React Components with Javascript ๐
https://medium.com/front-end-developers/stop-styling-react-components-with-javascript-8b4a7ec96eea
#react
Join Us :: โ๏ธ@ReactDev๐
Medium
Stop Styling React Components with Javascript
In frontend, every tool has its reasons for existence. You canโt make CSS less necessary by your ability to write it inside of theโฆ
#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๐
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๐
nextjs.org
Next.js by Vercel - The React Framework
Production grade React applications that scale. The world's leading companies use Next.js by Vercel to build static and dynamic websites and web applications.
#DailyTips ๐ก
What is Kubernetes and how to get started with it ๐ธ๐ข
https://blog.risingstack.com/what-is-kubernetes-how-to-get-started
#containers #orchestration #cloud #docker
Join Us :: โ๏ธ@ReactDev๐
What is Kubernetes and how to get started with it ๐ธ๐ข
https://blog.risingstack.com/what-is-kubernetes-how-to-get-started
#containers #orchestration #cloud #docker
Join Us :: โ๏ธ@ReactDev๐
RisingStack Engineering
What is Kubernetes & How to Get Started With It - RisingStack Engineering
This article helps you to learn the basic concepts of Kubernetes that offer a modern, safe and reliable infrastructure in the cloud.
This media is not supported in your browser
VIEW IN TELEGRAM
#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๐
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 ๐ก
what are some simple coding/IDE tips and tricks Q&A ๐คทโโ
https://hashnode.com/post/what-are-some-simple-coding-ide-tips-and-tracks-that-improved-your-productivity-cjfozjcg400nrk1s2y8k1q9j0
#article
Join Us :: โ๏ธ@ReactDev๐
what are some simple coding/IDE tips and tricks Q&A ๐คทโโ
https://hashnode.com/post/what-are-some-simple-coding-ide-tips-and-tracks-that-improved-your-productivity-cjfozjcg400nrk1s2y8k1q9j0
#article
Join Us :: โ๏ธ@ReactDev๐
Hashnode
What are some simple coding / IDE tips and tricks that improved your productivity? - Hashnode
One of the simplest tricks I learnt while pairing was that while creating a new test class, open existing test, duplicate the existing template for tests, rename and then extract to new file.
Another simple example is don't type the left side of decl...
Another simple example is don't type the left side of decl...
#DailyTips ๐ก
Nginx Caching Guide
https://www.nginx.com/blog/nginx-caching-guide/
Join Us :: โ๏ธ@ReactDev๐
Nginx Caching Guide
https://www.nginx.com/blog/nginx-caching-guide/
Join Us :: โ๏ธ@ReactDev๐
#DailyTips ๐ก
How JavaScript actually works?
https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf
Join Us :: โ๏ธ@ReactDev๐
How JavaScript actually works?
https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf
Join Us :: โ๏ธ@ReactDev๐
Medium
How JavaScript works: an overview of the engine, the runtime, and the call stack
As JavaScript is getting more and more popular, teams are leveraging its support on many levels in their stack - front-end, back-endโฆ