Tiqa / redux-polyglot

Polyglot.js bindings for Redux
MIT License
58 stars 13 forks source link

react hooks support #108

Open guillaumearm opened 4 years ago

guillaumearm commented 4 years ago

Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class.

https://reactjs.org/docs/hooks-intro.html

The idea is to implement a useP function using useSelector.