posts with tag react
JavaEE Training Note - Day 15
2017-03-08
Today’s topic is some component library used together with ReactJS. The React Motion is a UX improvement library named React Motion, which provides supports to transition animation.
JavaEE Training Note - Day 14
2017-03-07
Today’s topic is continued to the day before yesterday. It is still about the ReactJS framework. Based on the start point created on that day, today is to create the first component and then introduce the React Router library to solving the problem of routing inside the whole client side application in React.
JavaEE Training Note - Day 12
2017-03-04
A website (as well as other types of web applications) is gnenrally composited of frontend interface and backend service provider. Traditionally, when the website is the most fancy application of web, the frontend is static html pages genrated by http server. However, in the recent years, the AJAX technology and mobile platform driven some kinds of new applications. The Single Page Application (SPA) is an envolved version of the original web page which is performed like a local application while requires no binary installation process. Today’s topic is related to the ReactJS framework, a frontend solution to manage the SPA and more.