Как работают линтеры, компиляторы и другие инструменты для JS
#jsvideo #javascript #eslint #babel #webdev
#jsvideo #javascript #eslint #babel #webdev
YouTube
How Linters, Compilers & Other Cool Things Work
Step inside your everyday JavaScript tools, and you’ll find the abstract syntax tree. With the AST, let’s discover how our tools work, how we can extend them...
Rawact - Babel плагин для компиляции React компонентов в обычные DOM инструкции
#rawact #react #jsarticle #javascript #frontend #webdev #babel
#rawact #react #jsarticle #javascript #frontend #webdev #babel
GitHub
GitHub - sokra/rawact: [POC] A babel plugin which compiles React.js components into native DOM instructions to eliminate the need…
[POC] A babel plugin which compiles React.js components into native DOM instructions to eliminate the need for the react library at runtime. - sokra/rawact
Как совместить Babel 7 и Webpack 4, для того чтобы создать крутое React приложение
#webpack #babel #jsarticle #frontend #webdev #react #javascript
#webpack #babel #jsarticle #frontend #webdev #react #javascript
freeCodeCamp.org
How to combine Webpack 4 and Babel 7 to create a fantastic React app
Photo by daniel odame [https://unsplash.com/@visualsbydanny?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit] / Unsplash [https://unsplash.com/?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit] I previously wrote an article called…