Nothing here yet.
Nothing here yet.
How do you share your open source project words?. Like how do you get people to know about it.? I tried posting on twitter , reddit, and other platforms but didnt work so well (Yeah maybe my project was not so problem solving...) How to stick to a plan.? I am getting new new projects idea every couple of days now and really want them to create but not able to kickstart them. how to convince yourself - "that your project idea is not worth it"
Thanks for the AMA, Just curious to know , How netlify is taking Open source in their daily life ? Also, what is netlify's solution or approach towards open source project's maintainers not getting paid? How would netlify solve this? Here my open source project I mean both project which is having thousands of github star and project which are not so popular in github but having millions of downloads in registries (NPM) and they are not getting donations too as they have hidden in the dependencies trees.
1. hey Ady Ngom You can use this Create-web-app and select the MERN options, the starter pack generated from this is absolutely beginner-friendly and you can make your needful change quickly. PS: It's still under development, may be having few bugs here and there but you can give it a shot . Other options (according to me) Create your own Create your own one-time starter pack. Use that over and over and simultaneously add more features and refinement on that and optimize that. Edit I f it's for production then I would suggest not to go with the one I mentioned cause it has some bugs. then Please go with something which covers deployment and state management using Mobx or redux. cause these are the proven ones. Checkout this one , List here Please take any of the react starter separately and server separately. and then combine then. Cause most of them lag in someway Also Hashnode had one MERN which was awesome. so better clone this repo and use it 😁 Personally, I feel nextjs is too much and offers features which we don't need. Like the one of the main is that page wise routing, I am completely -1 for that like its not the way of routing I would prefer for my project This is just my opinion and I am sure others do have strong point to correct me
Here is my list : Dan Abramov : for his awesome work for making our dev easy sindresorhus : For his commitment to Open Source David Khourshid : For his pretty cool work for xstate and conveying community that state machine in frontend is the future Remy Sharp : For giving useful packages like nodemon