DEV Community

Discussion on: Tell me the next step for the open source

Collapse
 
szabgab profile image
Gabor Szabo • Edited

What language(s) and frameworks are you familiar with? Is there an open source web application you especially interested in? For example dev.to is open source you can try to contribute to it.

Collapse
 
utsavladani profile image
Utsav Ladani

My favorite language is JavaScript and I don't know any frameworks but mostly I use react library and learning MERN stack now.

I want to contribute in any popular libraries but problem is that understanding of huge codebase.
So I want to contribute in small and useful libraries.

Have you such JavaScript library which will match above discuss?
Thanks again 😄

Collapse
 
szabgab profile image
Gabor Szabo

I don't have anything, it is all you who need to dig it out.

MERN stands for MongoDB, Express, React, Node, right?

Then look for projects that are using those. e.g. flip through nodejs or even better express

Start by reading and writing tests, those usually need less understanding of the codebase.

Thread Thread
 
utsavladani profile image
Utsav Ladani

Thanks for guidance.
👍