Настройка ESLint и EditorConfig для проектов на React Native ⚛️
#jsarticle #javascript #react #reactnative #eslint #editorconfig #jstools
#jsarticle #javascript #react #reactnative #eslint #editorconfig #jstools
Medium
Setting up ESLint and EditorConfig in React Native projects
I had a hard time going from 4 spaces to 2 spaces indentation, now I’m quite comfortable with it, and I’m happy that airbnb agrees with me
.dom – альтернатива React, JSX шаблонизатор, весящий 512 байтов
#jsarticle #javascript #dotdom #frontend #webdev #react #jsx
#jsarticle #javascript #dotdom #frontend #webdev #react #jsx
GitHub
GitHub - wavesoft/dot-dom: .dom is a tiny (512 byte) template engine that uses virtual DOM and some of react principles
.dom is a tiny (512 byte) template engine that uses virtual DOM and some of react principles - GitHub - wavesoft/dot-dom: .dom is a tiny (512 byte) template engine that uses virtual DOM and some of...
Управление POST запросами в Node.js без использования фреймворков
#jsarticle #javascript #nodejs #backend
#jsarticle #javascript #nodejs #backend
Medium
How to handle the POST request body in Node.js without using a framework
This post highlights an attempt to take a peek at the raw format of data sent in a POST request body and how one could parse it. There are…
#video #graphql
Доклад с последнего JavaScript fwdays, из которого вы узнаете правильный путь использования современного фронтенд-стека вместе с GraphQL.
https://prglb.ru/13d5t
Доклад с последнего JavaScript fwdays, из которого вы узнаете правильный путь использования современного фронтенд-стека вместе с GraphQL.
https://prglb.ru/13d5t
Multiparty - Node.js модуль для парсинга multipart данных
#jslib #backend #nodejs #javascript #parsing
#jslib #backend #nodejs #javascript #parsing
GitHub
GitHub - pillarjs/multiparty: A node.js module for parsing multipart-form data requests which supports streams2
A node.js module for parsing multipart-form data requests which supports streams2 - pillarjs/multiparty