Look at React-Redux source with questions

Welcome to the Public Number: One front end at a time, sharing what I understand on an irregular basis Write before While I was reading React-Redux source code, it was natural for me to go online and find some reference articles, but I found that none of them were very thorough.Many times the API is told one by one in a flat, straight-line way, ...

Posted by Dorin85 on Sat, 31 Aug 2019 06:08:09 -0700

Twenty commonly used JavaScript string methods

Summary: Play around JS strings. Original: JS Top 20 Common String Methods and Usage Translator: Front-end wit Fundebug Copyright shall be owned by the original author when authorized to reproduce. This paper mainly introduces some of the most commonly used JS string functions. 1. charAt(x) charAt(x) returns the character at the x position i ...

Posted by phpform08 on Thu, 29 Aug 2019 18:47:43 -0700

Understanding and use of AntDesign form

Basic Introduction Although react does not have built-in form validation logic, we can do this using the form component Form in the react component library AntDesign s. Specifically, the form component Form in AntDesign is used in conjunction with the form field Form.Item, a container that encapsulates any input control: ...

Posted by Avimander on Wed, 28 Aug 2019 19:53:57 -0700

JavaScript features to understand using React

Author: Kent C. DoddsTranslator: Crazy Technology House Original: https://kentcdodds.com/blog/j... Reproduction is strictly prohibited without permission One of the reasons I like React best than the other frameworks I use is its exposure to JavaScript. Without a template DSL (JSX compiled into reasonable JavaScript), component API s are simpl ...

Posted by R0CKY on Tue, 27 Aug 2019 22:16:57 -0700

Front-end Learning--Vue.js Day1

1. Verification codes are implemented by the back end. 2. What is Vue.js At present, three popular front-end frameworks are Vue.js, React.js and Angular.js. Benefits of front-end frameworks: Reducing unnecessary operations, two-way data binding conce ...

Posted by djwiltsh on Tue, 27 Aug 2019 19:43:04 -0700

Introduction to React: From Web pack to react-router and state management

I. What is React What is React? React's official website is introduced as follows:React - JavaScript library for building user interfaces.It seems very concise. React just wants to provide a tool for building user interfaces, that is, it only cares about the UI level, not the data level, and the data level is left to a dedicated person (react-r ...

Posted by jayloo on Tue, 27 Aug 2019 06:04:39 -0700

NestJs Learning Tour-Routing Guard

Welcome to NestJs Learning Tour Series Traditional Web applications to detect user login, privilege judgment and so on are done in the controller layer or middleware layer. In the current recommended modular and component architecture, functional recommendations of different responsibilities are split into different class files. NestJs has don ...

Posted by BoarderLine on Tue, 27 Aug 2019 01:09:38 -0700

Python-flask+react Architecture

flask+react 1. Setting up the Background Install flask Install virtualenv Create background files 2. Building the Front Desk 1.init Running the Front-end Program in Flask Background 1.build directory 2. Configure to the server 1. Setting ...

Posted by remlabm on Mon, 26 Aug 2019 02:05:45 -0700

Realization of Draggin and Droppin by React-sortable-hoc and hook

Translation: https://css-tricks.com/draggi... The React community provides many libraries to implement drag-and-drop functions, such as react-dnd, react-beautiful-dnd, react-drag-n-drop Wait a minute. But they have some common shortcomings: It's complex to use, and sometimes it takes a lot of work to build a simple drag-and-drop demonstration ...

Posted by tijger on Wed, 21 Aug 2019 23:39:18 -0700

"Angular7+NgRx+SSR Family Barrel" Develops QQ Music

Project Description Now it's mainly about React development and also using server-side rendering. DEMO ) Recently, I want to write a project with Angular to experience the TypeScript method. Compared with Angular versus React, it's more convenient ...

Posted by chrislead on Wed, 21 Aug 2019 20:01:08 -0700