stuf / masayards-calmm

An attempt at a sane alternative viewer for Kantai Collection (艦隊これくしょん)
MIT License
5 stars 0 forks source link

Feature/network handler rewrite #11

Closed stuf closed 7 years ago

stuf commented 7 years ago

Network handler has been completely rewritten from using the legacy stateful React class-based component into a nicer, stateless component with a cleaner network handler instead.

This only changes the network handler itself, game state handlers have not been migrated from the old implementation, they will be handled in a separate branch.

codecov-io commented 7 years ago

Codecov Report

Merging #11 into master will not impact coverage.

@@           Coverage Diff           @@
##           master      #11   +/-   ##
=======================================
  Coverage   88.57%   88.57%           
=======================================
  Files           4        4           
  Lines          35       35           
=======================================
  Hits           31       31           
  Misses          4        4

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7d8403c...db2150d. Read the comment docs.