#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
React хуки - изменение состояния с помощью useReducer и useContext
#jsarticle #javascript #frontend #webdev #react #reacthooks
#jsarticle #javascript #frontend #webdev #react #reacthooks
DEV Community
React Hooks: Lift up / pass down state using useContext and useReducer
Shows you the way to use the `useContext` and `useReducer` to lift up or pass down states between child / sibling components
tsdx – CLI для разработки TypeScript модулей (без конфигов)
#jslib #typescript #npm #backend #rollup #javascript
#jslib #typescript #npm #backend #rollup #javascript
GitHub
GitHub - jaredpalmer/tsdx: Zero-config CLI for TypeScript package development
Zero-config CLI for TypeScript package development - GitHub - jaredpalmer/tsdx: Zero-config CLI for TypeScript package development
Почему нужно использовать объект, а не массив, для списков в Redux
#jsarticle #javascript #redux #frontend #webdev
#jsarticle #javascript #redux #frontend #webdev
Medium
Why you should use an object, and not an array, for lists in Redux
The most common data structure to choose for lists in JS is an array. That might not be the best data structure for state management.
Forwarded from Node.JS [ru] | Серверный JavaScript
Vue – плюсы и минусы 👨💻
https://medium.com/@Pier/vue-js-the-good-the-meh-and-the-ugly-82800bbe6684
#vuejs #jsarticle #js #javascript #frontend #appdev #webdev #web
https://medium.com/@Pier/vue-js-the-good-the-meh-and-the-ugly-82800bbe6684
#vuejs #jsarticle #js #javascript #frontend #appdev #webdev #web
Medium
Vue.js: the good, the meh, and the ugly
Moving from React to Vue, two years later