Blog Posts, page 3 of 17
Writing a React Native Image Masonry Component Part 2
TechnologyCheck out this blog to understand how to write a pure JS React / React Native image masonry component without any third party libraries - Part 2.
Writing a React Native Image Masonry Component from Scratch
TechnologyCheckout this blog on writing a pure JS React / React Native image masonry component without any third party libraries.
Intercepting the case battle between snakes and camels in front-end JavaScript
TutorialHow to efficiently operate on request and response objects with almost zero changes to the container components!
Simple Table Component with React Hooks
TechnologyUsing react hooks to create a dynamic composable table component that includes sort, pagination that can be easily extended to have filters and more!
Retaining React UI state without localStorage or redux-persist
TutorialHow History API and Search Params can be combined to persist React UI state across browser reloads
Themeing, Adding a Dark Theme to your React Native app
TechnologyLearn the easy way to theme your React Native app. This blog post also teaches how to add dark theme to your app.
Things to consider before writing your first React Native app
TechnologyWhat you need to know before you write your first production React Native app.
Efficient Handling of React Alerts with Higher-Order Component (HOC)
TutorialHow to efficiently handle Alert Messages in React by taking leverage on Functional Composition and HOC