How we split the Monolith. A React and GraphQL success story
How many times did you start a job and had to deal with legacy code ? Code without tests ? Code that “has been working for few years now… (more…)
Read more »
Writing a React form without any additional dependencies isn’t much of a challenge itself. The same goes for applying client-side data validation. What might be troublesome is keeping all your forms consistent across a bigger project. If every developer i… Read more