I am a fullstack developer focused on creating Webapps and Websites built with React/Redux and PHP Backend. In love with APIs and always available to test new tech..;)
Nothing here yet.
No blogs yet.
It seems like the monthly costs are on the rise currently due to the massive amount of tools that help us developers with our work. It might be interesting to know how much users spend monthly to see how you compare against others. Maybe the list wil...
Guys and Girls, i'm just digging into redux-saga, and i'm stuck on this Usecase. Maybe Sagas aren't the right solution for this problem, but i want to use them anyway because the whole app is build around them. Let's say i am dispatching an action on...
We serve an index.php as base file for most of our projects (due to frameworks and some other reasons), so we don`t need (want) a node js server running to serve our application index. Currently i have the Hot Server running in the background at port...
F.e: If have a form, with an input, on submit an action gets triggered which then post to an api. Now i have to validate if the user submitted something in the input field. on Component Level: Seems wrong, because i can`t reuse the validation. on Ac...