I usually see routing being implemented just for emulating page navigation on Angular SPAs. I would like to explain some other features that might be helpful as I feel this tool is used way under its possibilities.
Read more
GraphQL is a query language for API and a server-side runtime for executing queries using a type system defined for the data. In this article, we will try to make our hands dirty using React for creating a frontend to explore the benefits and challenges of implementation.
Read more
In this series of posts we will create an application using react and redux, in which we will handle relational data. In this third part we will be fetching data from an API and storing it in the store, caching the data and using it from different components.
Read more
In this post I will introduce Detox as a tool for end-to-end testing for React Native. Detox helps us reduce our reliance on manual QA.
Read more
In this post I will present some tricks that I learned creating demo sites for blog posts and PoCs. You will learn how to configure a JSON-server API and deploy it on the same Heroku site than the frontend app. You will also learn how to use Faker to generate fake data for your JSON server.
Read more