react.js + hooksHandwritten responsive reactive

Redux is too cumbersome, Mbox is cool but we may not need to introduce new packages, so let us implement a set of hooks through the proxy in react.js ourselves to achieve something like Reactive state of vue: Implement reactive hooks Proxy class declaration The proxy state class should provide accessible state and an interface […]

The battle of front-end frameworks: Vue.js vs. React.js vs. Angular

Article directory Vue.js – The beauty of progressive frameworks Simple and easy to use Component development Ecosystem and Tools Applicable scene React.js – High-performance virtual DOM Virtual DOM One-way data flow Communities and Ecosystems Applicable scene Angular – a one-stop framework complete framework Two-way data binding type safety Applicable scene how to choose? Project scale […]

react.js

Hello everyone, I can meet you all, I am still the cute bald little brother. Today is Thursday again, a happy day for paddlers. Not much to say, let’s just talk about the code 1.Features of react 1. Adopt componentized model. Declarative programming improves development efficiency and component reuse rate 2. You can use React […]

17 SSR: Using React.js to develop Serverless server-side rendering applications

Today I want to talk to you about how to use Serverless to develop a server-side rendering (SSR) application. For front-end engineers, one of the biggest application scenarios of Serverless is developing server-side rendering (SSR) applications. Because traditional server-side rendering applications require front-end engineers to be responsible for server operation and maintenance, but front-end engineers […]