Создание приложения для криптовалют на React Native + Redux 💰
https://medium.com/react-native-training/bitcoin-ripple-ethereum-price-checker-with-react-native-redux-e9d076037092
#js #jsarticle #javascript #frontend #react #reactnative #redux #ui #appdev
https://medium.com/react-native-training/bitcoin-ripple-ethereum-price-checker-with-react-native-redux-e9d076037092
#js #jsarticle #javascript #frontend #react #reactnative #redux #ui #appdev
Medium
Let’s Build: Cryptocurrency Native Mobile App With React Native + Redux
Become a Medium Member to directly support my work. You’ll also get full access to every story on Medium. Thanks in advance! React Native lets you build mobile apps using only JavaScript. It uses the…
Создание соцсети на React/Redux на примере Cabin ⚛️
https://getstream.io/blog/cabin-react-redux-introduction/
#js #javascript #frontend #appdev #webdev #web #backend #react #redux #jsarticle #cabinjs
https://getstream.io/blog/cabin-react-redux-introduction/
#js #javascript #frontend #appdev #webdev #web #backend #react #redux #jsarticle #cabinjs
getstream.io
Cabin - React & Redux Example App
Ever wanted to build a photo-sharing social network for Cabins with React and Redux? Learn how to build your own feature-rich, scalable social network app.
Почему нужно использовать объект, а не массив, для списков в 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.