Если вдруг кто-то пропустил React 16.3 который вышел совсем недавно, то вот вам ссылочка
Link: https://reactjs.org/blog/2018/03/29/react-v-16-3.html
Link: https://reactjs.org/blog/2018/03/29/react-v-16-3.html
legacy.reactjs.org
React v16.3.0: New lifecycles and context API – React Blog
This blog site has been archived. Go to react.dev/blog to see the recent posts. A few days ago, we wrote a post about upcoming changes to our legacy lifecycle methods, including gradual migration strategies. In React 16.3.0, we are adding a few new lifecycle…
Ответьте на 7 вопросов прежде чем брать Vue к себе на проект
Link: https://www.netguru.co/blog/is-vue-good-fit-for-my-project
Link: https://www.netguru.co/blog/is-vue-good-fit-for-my-project
Наконец-то завезли 8-ю ноду на AWS
Link: https://aws.amazon.com/ru/blogs/compute/node-js-8-10-runtime-now-available-in-aws-lambda/
Link: https://aws.amazon.com/ru/blogs/compute/node-js-8-10-runtime-now-available-in-aws-lambda/
Amazon Web Services
Node.js 8.10 runtime now available in AWS Lambda | Amazon Web Services
This post courtesy of Ed Lima, AWS Solutions Architect We are excited to announce that you can now develop your AWS Lambda functions using the Node.js 8.10 runtime, which is the current Long Term Support (LTS) version of Node.js. Start using this new version…
Тыкаем новую Suspense фичу в реакте с доклада Абрамова на JSConf
Link: https://dev.to/swyx/how-to-try-react-suspense-in-5-minutes-474c
Link: https://dev.to/swyx/how-to-try-react-suspense-in-5-minutes-474c
DEV Community
Try React Suspense In 5 Minutes
a quick guide to setting up an Async React sandbox using Parcel 1.7.0
Неплохая статья раскрывающая многие подробности юзания (лол) нового context API в React 16
Link: https://goo.gl/LJkGXg
Link: https://goo.gl/LJkGXg
Как писать PWA приложения на реакте?
Link: https://medium.com/@applification/how-to-build-an-a-progressive-web-app-with-react-2c8a4d43ce6b
Link: https://medium.com/@applification/how-to-build-an-a-progressive-web-app-with-react-2c8a4d43ce6b
Medium
How to build an A+ Progressive Web App with React
There is currently a lot of excitement about Progressive Web Apps (PWA) as browser vendors (including Safari) are adding Service Workers…
Топ 50 вопросов для React собеседований. Есть как и черезчур общие, так и парочку годных
Link: https://www.edureka.co/blog/interview-questions/react-interview-questions/
Link: https://www.edureka.co/blog/interview-questions/react-interview-questions/
Edureka
React Interview Questions and Answers Updated
Here are the React Interview Questions which an aspiring front end developer must prepare in 2025 for React interviews.
Фронтенд дайджест последней недели
Link: https://medium.com/@frontender_ua/frontend-weekly-digest-54-9-15-april-2018-fd26fa8f4648
Link: https://medium.com/@frontender_ua/frontend-weekly-digest-54-9-15-april-2018-fd26fa8f4648
Medium
Frontend Weekly Digest #54 (9–15 April 2018)
Web-development
Туториал по redux-persist. Особенно незаменимая штука для React Native.
Link: https://blog.reactnativecoach.com/the-definitive-guide-to-redux-persist-84738167975
Link: https://blog.reactnativecoach.com/the-definitive-guide-to-redux-persist-84738167975
Medium
The Definitive Guide to Redux Persist
Persist your Redux state in between app launches with Redux Persist
Относительно годная статья по структуре node приложений (коротенькая)
Link: https://blog.risingstack.com/node-hero-node-js-project-structure-tutorial/
Link: https://blog.risingstack.com/node-hero-node-js-project-structure-tutorial/
RisingStack Engineering
Node Hero - Node.js Project Structure Tutorial - RisingStack Engineering
Learn how you can properly structure a Node.js project to avoid confusion when your applications start to grow. 7th part of the Node Hero tutorial.
IaaS, PaaS, SaaS, BaaS.
Если вы когда-нибудь слышали про эти аббревиатуры, но не знаете что это, то вот короткая статья объясняющая what the fuck is this.
Link: https://medium.com/@benwang_2362/the-difference-between-iaas-paas-baas-and-saas-91133d728917
Если вы когда-нибудь слышали про эти аббревиатуры, но не знаете что это, то вот короткая статья объясняющая what the fuck is this.
Link: https://medium.com/@benwang_2362/the-difference-between-iaas-paas-baas-and-saas-91133d728917
Medium
The difference between Iaas, Paas, Baas and Saas
It’s often confusing in the cloud computing world of all the x-aas terminologies. Lets get familiar with some of these terms and what they…
Подъехала 10-я нода, ловите обзорную статью
Link: https://blog.risingstack.com/node-js-10-lts-feature-breakdown/
Link: https://blog.risingstack.com/node-js-10-lts-feature-breakdown/
RisingStack Engineering
RisingStack Engineering Blog - RisingStack Engineering
RisingStack Blog We’re a full-stack software development agency focusing on JavaScript, DevOps, Microservices & Kubernetes. For more info visit risingstack.com, or feel free to contact us! Sign up to our newsletter! Join 150K+ monthly readers. In-depth articles…
Статья о render props в React. Если вдруг кто еще не знает
Link: https://itnext.io/using-advanced-design-patterns-to-create-flexible-and-reusable-react-components-part-3-render-d7517dfe72bc
Link: https://itnext.io/using-advanced-design-patterns-to-create-flexible-and-reusable-react-components-part-3-render-d7517dfe72bc
Medium
How To Master Advanced React Design Patterns - Render Props
In this Part, we will discuss a design pattern that can address all of the problems that we have identified up to this point.
5 советов для работы с большими Redux приложениями
Link: https://techblog.appnexus.com/five-tips-for-working-with-redux-in-large-applications-89452af4fdcb
Link: https://techblog.appnexus.com/five-tips-for-working-with-redux-in-large-applications-89452af4fdcb
Medium
Five Tips for Working with Redux in Large Applications
Redux is an excellent tool for managing the “state” of an application. The unidirectional flow of data and the focus on immutable state…
E2E для ваших React приложений с помощью Puppeteer и Jest
Link: https://blog.bitsrc.io/testing-your-react-app-with-puppeteer-and-jest-c72b3dfcde59
Link: https://blog.bitsrc.io/testing-your-react-app-with-puppeteer-and-jest-c72b3dfcde59
Medium
Testing your React App with Puppeteer and Jest
How to use Puppeteer and Jest to perform End-to-End Testing on your React App
Неплохие идеи для pet project’ов для вашего развития
Link: https://medium.freecodecamp.org/the-secret-to-being-a-top-developer-is-building-things-d3d058e4e472
Link: https://medium.freecodecamp.org/the-secret-to-being-a-top-developer-is-building-things-d3d058e4e472
freeCodeCamp.org
✅ Every time you build a to-do list app, a puppy ? dies ?
By Hrishi Mittal You know when you’re trying to learn something new, but get reeeeeeallly bored of building the default example app? That’s the №1 motivation KILLER. I don’t want my students to get demotivated and give up. _So I made this gigantic li...
Дебажим утечки памяти в node.js
Link: https://tech.residebrokerage.com/debugging-node-js-memory-problems-d450787d9253
Link: https://tech.residebrokerage.com/debugging-node-js-memory-problems-d450787d9253
Medium
Debugging Memory Leaks and Memory Bloat in Node.js
We recently experienced two major memory issues that caused our node.js server to crash at critical moments. We quickly learned how to buy…
Пишем «необычное» приложение на Angular 6 (типа туториал)
Link: https://medium.com/@hamedbaatour/build-a-real-world-beautiful-web-app-with-angular-6-a-to-z-ultimate-guide-2018-part-i-e121dd1d55e
Link: https://medium.com/@hamedbaatour/build-a-real-world-beautiful-web-app-with-angular-6-a-to-z-ultimate-guide-2018-part-i-e121dd1d55e
Medium
Build A Real World Beautiful Web APP with Angular — A to Z Ultimate Guide — PART I
No more ugly tutorials projects! No more fictional brands examples!
Шо там по функциональщине в JS?
Достаточно интересная статья по ФП, что-то почерпнете точно (или нет)
Link: https://hackernoon.com/two-years-of-functional-programming-in-javascript-lessons-learned-1851667c726
Достаточно интересная статья по ФП, что-то почерпнете точно (или нет)
Link: https://hackernoon.com/two-years-of-functional-programming-in-javascript-lessons-learned-1851667c726
Hackernoon
Two Years of Functional Programming in JavaScript: Lessons Learned | HackerNoon
The article is not about learning FP principles or JavaScript FP libraries. There are numerous of good articles on this topic out there. The article is about adventures and consequences of switching to functional JS in one project.