Nothing here yet.
self-taught Javascript developer, Interested in OSS.
We use Microsoft team with a bot that alerts in a channel when a PR is open, it was the same with slack. When opening the PR you assign as many people you want to have the PR reviewed and if you mistakenly omit someone they can still review it. The CI pipeline will flag if there is a failing test or something else. Everyone who has approved the PR has the green icon next to their name on Github.
A couple of things are not right with your implementation. When you fetch the data from a local json, your fetch should look like so: fetch("../../posts.json") . The function fetching the data should be called from within the component not outside, and there is no point exporting it. I refactored that . You will the call the noviPodaci() inside use effect like so: useEffect(()=> { noviPodaci() },[]) You are trying to use the useContext hook like useState . It doesn't work like that. I refactored the Store.js. Check it out here and try to read this tutorial again and refactor the rest. https://codesandbox.io/s/react-context-fm738
Hey, I am checking this. It's a bit slower since I can't fully understand what your code is intended to do and some of the functionalities are not in English.But I will try to get back with a solution/