I am using React Native app and implemented with cross-platform Navigator. In one instance, I have a scenario, “login” route, when the user successfully logs in, I want to push to Another scenario,
Category: Web
Web front-end development evolved from the production of web pages, and the name has obvious characteristics of the times. In the evolution of the Internet, web page production was a product of the Web1.0 era. At that time, the main content of the website was static, and the behavior of users using the website was mainly browsing. After 2005, the Internet entered the Web 2.0 era, and a large number of Web applications similar to desktop software emerged, and the front end of the website has undergone earth-shaking changes. Web pages are no longer just carrying single text and pictures. Various rich media make the content of web pages more vivid, and the software-based interactive forms on web pages provide users with a better experience. These are all based on front-end technology.
React-native – Allows the touch area of the button in React Native to extend to the status bar (iOS)
I have a back button in the upper left corner of my screen (using TouchableOpacity). I want to allow its hit area to extend to the status bar because this is what other apps seem to do, and it’s ea
ReactJS – Reactivity: Rendering in the list of sizes, having obvious delay
When navigating to a route with 250 duplicate components, I encountered a delay in react and react routers.
I used chrome to analyze and found that the bottleneck was “ReactCompositeComponentMixin
Which files should enter source code management in the Flex Builder project?
I noticed that Eclipse (Flex Builder) generates hundreds of metadata files. Should I check them into my source control? They seem to be necessary because if I delete them, Flex Builder will only op
Flex: Search “Hover” on “Link” in the text area
I’m trying to find out when a link “hover” in the text area where html text is displayed.
I want to know if it is possible to change some kind of event by listening to the cursor. I’m in I can’t f
DOJO development layout container and stacked container
In this blog, let’s learn about the layout container BorderContainer and stacking container that are commonly used in Dojo development.
1. BorderContainer
It is a layout container, main
Flex – Use ByteArray to load SWF in AIR
We require the AIR application to load the swf generated by flex, which uses SWFLoader to load the swf generated by flash. This does not meet the requirements. This will cause the following error:
How to refresh the application in Flex?
I designed a quiz application in Flex 4. Finally I want to reload my application (ie refresh the page in the browser). Finally, I will show in the alert Score. After that I want to reload the curre
First probe FLEX layout
A flex layout 1.1 Overview of flex The flex layout is a newer CSS box model. In the flex layout model, the arrangement of the child elements of the flex container The cloth can be more flexible and
The correct use of the FlexBox layout
In the project, we will also use a lot of the old and new properties of flexbox, but most people generally only write new properties. The old properties are handled by autoprefixer, but in fact, th