-
Notifications
You must be signed in to change notification settings - Fork 5
Todos & Question #6
Comments
@aight8 great analysis. About this issue I agree with your points. Only one comment, why do you want to change scriptjs with loadjs? I would like to understand the value it would add.
A side note This repo was born to solve the problem that the pr tomchentw/react-google-maps#224, as well as others, would never be merged. so @cristiandley decided to start this new repo and publish it on npm, to be able to make use of the performances issue. It would be great to know also what @tomchentw thinks about it. Maybe we should open an issue to discuss this. @cristiandley |
@aight8 good points, i love watching people following the fork! A bit of history: @aight8 @rewop @jwdotjs @vinceprofeta There is a lot of work to do, lets open an issue and promote a road map. Wouldn't be cool ? I would like also to create a group and give them administration permissions, so im not the only one being able to merge working ideas or managing the path of this repo (we all have a life and activities and i think this repo deserves a dev group). Basically i want a team... that way we can promote the future of this repo. i wrote too much ? im sorry :) Thanks guys for being awesome! |
Ah sorry guys I don't see babelrc, it's there but it's the old one for babel 5. I already made an upgrade to babel 6 and will PR it with other changes. Thank you for the explanation, I think we can make an awesome library since google maps is really something users use - and yes in my startup too and I'm totally need a flexible map solution there - and of course with react :) A roadmap would be very good. We can discuss about everything than we can make a roadmap with tasks etc., alright? Until the repository is not to popular we have time to make a stable fundament. What do you guys think, where should we start and what's your experience with this library? |
@cristiandley I would love to help to maintain the module. At the moment though I am very busy at work. Hopefully soon I will be more available. But definitely consider me in. Also I suggest to come out with a proper roadmap, starting from updating the modules, fixing the build of the module, and simplifying the code (in my opinion too much not needed abstraction). We could keep discussing it here. |
@rewop about loadjs: Only because of the failure handling.
|
In my opinion simple is better... i want clear code. Nothing fancy... after having a solid base we could grow. First we should fix major bugs to have a clear view of what we have.... All the PR's from now should at least leave an example or a brief comment of what they improve. In @tomchentw there is a lot of PR's without a clear explanation like "Update Drawer" and they commited 10 files changes. I edited your comment @aight8 |
Hi guys, First, I want to apologize for not being active on maintaining the module, I should have asked the great guys like @cristiandley and others for help in order to keep the community healthy. So, here's what I'm gonna to do,
Please let me know what you think guys. Also, feel free to reach me out via my email (you can see it on my GitHub profile) if I'm not responding. Sometimes email of issues get lost in my inbox. Thank you guys for all the hard work! |
Hey so I have read through some of the comments here and on react-google-maps, but just want to confirm. Is this dead and the use of react-google-maps encouraged? |
Hey I want to contribute to this library to make a stable library.
I have some points as notes:
/lib
. eea88e8And I have a question related to the contribution, especially babel. I see often that in projects there is no .babelrc or a babel entry in package.json, but I don't understand why. Babel need presets and plugins to compile a specific project correctly - furthermore there are more dependencies which are not in the dev-dependency list (transform-decorators-legacy etc.). So I figured out how babelrc should look like:
The text was updated successfully, but these errors were encountered: