- Japanese Title: 千年女優
- Directed By: Satoshi Kon
- Voice Cast: Miyoko Shoji, Mami Koyama, Fumiko Orikasa
[Movie] No.7 Cherry Lane (2019)
- Chinese Title: 繼園臺七號
- Directed By: Yonfan
- Voice Cast: Sylvia Chang, Zhao Wei, Alex Lam
[Redux] Redux Overview
When working with React components, it is critical to have a standardized way to handle the data flow. Flux was a popular state management library of React, but Redux replaces Flux.
Continue reading “[Redux] Redux Overview”Redux is a pattern and library for managing and updating application state, using events called actions.
https://redux.js.org/
[Movie] Safe (1995)
- Directed By: Todd Haynes
- Cast: Julianne Moore, Peter Friedman, Xander Berkeley
[React] Navigation
Navigation (Routing or Menus) is the basic building block of any web application. React is, in fact, a single-page application that can show different components on request.
Continue reading “[React] Navigation”[Movie] Scanners (1981)
- Directed By: David Cronenberg
- Cast: Jennifer O’Neill, Stephen Lack, Patrick McGoohan
[Philip K. Dick] Eye in the Sky
- Title: Eye in the Sky
- Author: Philip K. Dick
- Published: 1957
- Publisher: Arrow Books
- ISBN: 0-09-920760-5
[React] Hooks
Functional components create a React component in a simple and clean way but lack some functionalities such as states and life cycle, which class components can provide. “Hooks” is another way to write reusable code and lets you use state and other React features without writing a class.
Continue reading “[React] Hooks”