eugene-manuilov / react-gettext

Tiny React library for implementing gettext localization in your application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How the new react context api affects react-gettext

shirazz opened this issue · comments

I think we have to update the library in such a way that it will work with both versions of react. Means 16.3.0 as well as the pervious ones. Any suggestions on where we should start.

Hey @shirazz,

yes, it is a good idea. I haven't looked at it yet, thus can't say anything specific yet. I'll try to find a time to look at it on next week. If you have already checked it and have ideas, then your pull request will be more than a welcome!

Any updates according to new Context API and migrating to using that?

I might try and look in to this on upcoming weekend.

@bumpah did you get a chance to have a look at this. I can also help you as i think it is a nice thing to have.

@shirazz still haven't had opportunity to look into this. i'll try asap to reserve some time to this also. Help would be more than great!

@shirazz I'll take some time this evening to look into what would needed to be done.

I've made some research and plans how to migrate towards using new context API and will try complete this during upcoming weekend.

Hey everyone! A new version (1.0.0) has been published that uses new Context API.

I am closing this thread for now. Feel free to open a new issue if you have troubles with the new version.