summary
Recent learning redux, Intended use redux + router Wrote a todo. recorded , For future development reference , I believe it works for others .
Be careful :
- I just did it Footer Component's router, The implementation of other components is similar .
- because react-router Upgrade to V4, therefore redux Official website demo Some places no longer apply .
Code
Code see my github
The organizational structure is shown in the figure below :
use react + redux + router Write a todo More articles about
- ReactJS React+Redux+Router+antDesign General efficient development template , Night mode, for example
I'm busy at work , I haven't had time to sum up some things I've learned recently , To facilitate front-end development , I use React+Redux+Router+antDesign A general template is summarized , This technology stack is very common among front-end developers . in general ...
- Write a TODO App Study Flutter Local storage tools Moor
Write a TODO App Study Flutter Local storage tools Moor Flutter Database storage of , Official documents : https://flutter.dev/docs/cookbook/persistence/sq ...
- use react+redux Write a todo
summary Recent learning redux, Intended use redux Wrote a todo. recorded , For future development reference , I believe it works for others . Code Please refer to my github The organizational structure is shown in the figure below :
- react Write a todo
summary Recent learning redux, I'm going to review first react, So use react Wrote a todo. recorded , For future development reference , I believe it works for others . Code Please refer to my github The organizational structure is shown in the figure below :
- [React] react+redux+router+webpack+antd The first edition of environment construction
It was built a long time ago react execution environment , Influenced by history webpack3.10.0 and webpack-dev-server2.7.1 Environment , For new project preparation webpack4 It's all over again , The old records were merged and published ( In the absence of ...
- react actual combat : Write a year selector
Code up . Component's Js file . import React, { Component } from "react"; import Style from './myYearSelect. ...
- How to be in React Native Write a custom module in
https://my.oschina.net/jpushtech/blog/983230
- 【 primary 】react+redux actual combat
Abstract : Because recently I understand redux Asynchronous operation of , So I think it can be used react+redux Let's do a little project , To make an impression . Bear in mind , It's a small project , So the project must be relatively simple , ha-ha . The effect picture of the project is shown in the figure :( because ...
- Wrote a base React+Redux The imitation of Github Progress bar
Once realized Angular edition , This time, I feel like I've used a tall one React But wrote more code , More configuration is needed , There are advantages and disadvantages . But this “ Navigation bar problem ” It is interesting to , Involves in Redux Write in timer, Actually, I'm confused , How perfect ...
Random recommendation
- A simple background and database interaction login and registration [sql Injection treatment , as well as MD5 encryption ]
One . Tools : vs2013[ Because what I use now is 2013, It's up to you to have fun ] sql2008[ Too long to upgrade ] Two . The language used : HTML+CSS+Jquery+Ajax+sqlserver HTML[ phase ...
- Elasticsearch refresh vs. flush【 Reprint 】
source address : http://www.jianshu.com/p/0e9f6346f1fe ask : If a new document is introduced ES Indexes , Then it is about 1s You can search for . However, we can call _flush or ...
- Java Study -008- Judge file type instance
This article source code mainly for the application Java How to judge the source code of file type and its test source code . If there are deficiencies , Please correct me , Thank you for ! Source code test passed on :2015-2-2 23:02:00, Please be informed that . Java Determine the file type source code, such as ...
- Java [Leetcode 219]Contains Duplicate II
Title Description : Given an array of integers and an integer k, find out whether there are two distinct indices i ...
- raspberry PI Cross compilation BOOST library (asio Network example )
Environment construction refers to the last article [http://www.cnblogs.com/yuliyang/p/4023758.html] client (use boost.asio on raspberry pi )clie ...
- 【C Language 】 Medium stdbool.h The header file
C In language stdbool.h The header file One . Related basic knowledge Two . The specific content Win7 Installed below VS2015 Medium stdbool.h The location of the for : F:\Program Files (x86)\Microsoft Vi ...
- 3016: [Usaco2012 Nov]Clumsy Cows
3016: [Usaco2012 Nov]Clumsy Cows Time Limit: 1 Sec Memory Limit: 128 MBSubmit: 91 Solved: 69[Submi ...
- Sublime Text 3 Full details of the original text tutorial
Sublime Text 3 Full details of the original text tutorial ( Ongoing update ...) One . Preface Use Sublime Text It's been a few years , The version also comes from 2 Upgrade to 3 了 , But it's like drinking ice water on a cold day , You know what's going on . At first, I didn't know where to start ...
- spring boot And Mybatis To configure
############################## mybatis To configure ######################################mybatis.configuration ...
- day_5.29 Network programming QQDemo.
2018-5-29 16:58:13 Go back to school tomorrow for a few days to celebrate Guo Xingchen's birthday Achieve one QQDemo ( Multithread completion , Because that part of the video was damaged and I didn't watch it ) ''' from threading import Thread f ...