Using Kafka + Node.JS + Docker
to track Coronavirus
A sample applicaiton to track travellers who may infected by
Coronavirus
A sample applicaiton to track travellers who may infected by
Coronavirus
Click image below to see the application in action
A sample registration form build on react. Using redux-from for validation, showing validation message dynamically as you type.
A simple react app to show employee list. You can sort by different fields, and search according to the Sort by field. It calls Node.js web service, which uses a mock json-server.
A react example of using callback to pass states between sibling components
When I first learned react, I was told that I must also learn redux. so I started write code using redux from day one, then I asked myself, why? why must I learn redux?
So I decided to write Ante app without redux, and would like to share a small app with you.