Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 371 Bytes

redux-heat example

On-going development of a practical example of using redux-heat.

TODO

The idea is to build a chat application using Firebase as the backend.

  • Login page with a submit button;
  • Routing (with at least two pages);
  • Possibility of sending messages in sequence (queue);
  • Search feature (throttle).