16 Design Patterns for Javascript Developers
The most widely used design patterns for JS developers
Read moreJavaScript
The most widely used design patterns for JS developers
Read moreI 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 moreGraphQL 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 moreIn 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 moreIn 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