chikamichi / typometer

A silly micro-app to teach myself some FRP using Cycle.js — can you type that fast?
https://typometer.netlify.com/
MIT License
0 stars 0 forks source link

Add interfaces for MVI & extended concepts #43

Closed chikamichi closed 5 years ago

chikamichi commented 5 years ago
chikamichi commented 5 years ago

Refactor related code, such as for instance a view is defined with:

const View: View = state$ => {
  return state$.map(…);
}

export default View

etc.

chikamichi commented 5 years ago

Implemented in 6219a7d2878834a81c68f585b284ac909f136eb7.