Learn ReactJS & React Native With Me
  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact
  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact
  • Facebook
  • Twitter
  • LinkedIn
  • Email
Learn ReactJS & React Native With Me

Code, Bugs, Pitfalls, Tricks of React Js & React Native

  • Home
  • React Native Series
  • React Js
  • Write for us
  • Animal Welfare
  • About Me
  • Contact
convert object to array in javascript to use in for loop
  • JavaScript

    Convert Object to Array in JavaScript to use in for loop

    • Akash Mittal
    • December 29, 2020
    To convert JavaScript object to array, we can use two functions – Object.keys() and Object.values(). Suppose, our javascript object is – Now, if you want to for loop through this…
    View Post
    top 10 javascript linter libraries
    • JavaScript

      Top 10 linter for javascript to help you write clean, error free code

      • Akash Mittal
      • December 29, 2020
      In this article I am going to list top 10 linter libraries for javascript. Linter makes your code readable and error free. They prettify and inform you about your syntax…
      View Post
      javascript array splice() add remove values auto adjusting size
      • JavaScript

        JavaScript Array Splice() – add / remove values at any position

        • Akash Mittal
        • December 29, 2020
        To add or remove values from any position of an array in JavaScript, we can use splice() function. Here is the code – This function has 2 required parameters and…
        View Post
        mysql timestamp - the right way to store datetime in tables
        • MySql

          MySql Timestamp – Right way to store datetime in tables

          • Akash Mittal
          • December 29, 2020
          I struggled with the issue of storing date and time in database for a long time. Due to different time zones in the world, it is very hard to get…
          View Post
          football game crud application using javascript and localstorage
          • JavaScript

            Football Game CRUD Application in Javascript & LocalStorage

            • Akash Mittal
            • September 5, 2022
            In this application we are not going to use any backend. Instead, we will use browser’s localstorage as our database. We will learn CRUD principles by developing football game application…
            View Post
            Twitter CRUD application using react php mysql
            • MySql
            • Php
            • React Js

              Twitter CRUD application in React, Php & MySql in 10 Minutes

              • Akash Mittal
              • September 5, 2022
              All applications have 4 operations – Create, Read, Update and Delete. We call them CRUD. In this guide, we will create a “Twitter Feed” CRUD application using React, Php and…
              View Post
              learn react navigation in 10 minutes
              • React Native

                React Navigation in 10 Minutes – A Quick and Complete Guide

                • Akash Mittal
                • September 5, 2022
                React Navigation is used to navigate between app screens. It is nearly similar to websites where we click on links to open different pages. In this guide, you will learn…
                View Post
                top 10 react bootstrap components
                • React Js

                  Top 10 React Bootstrap Components For Every Project

                  • Akash Mittal
                  • December 29, 2020
                  React bootstrap is the frontend components library which is inspired from twitter bootstrap. Let us see 10 components of bootstrap which are very useful in any kind of project. 1.…
                  View Post
                  how single sign on works in application suite within organization
                  • Technology
                  • Uncategorized

                    How Single Sign on works in application suite within organization?

                    • Akash Mittal
                    • July 24, 2022
                    Single sign on is the technology where user can access multiple applications of the same organization by logging into any one of them. The beauty of this process is that…
                    View Post
                    top 5 features of react spring animation library
                    • React Js

                      Top 5 features of React Spring animation library

                      • Akash Mittal
                      • July 24, 2022
                      Animation is the integral part of any application where interactivity and engagement is required. Whether you are creating a simple login form or a complex shape transition, animation is the…
                      View Post
                      React Native Forms using React-Hook-Form
                      • React Native

                        React Native Forms using React-Hook-Form

                        • Akash Mittal
                        • September 5, 2022
                        React-Hook-Form is a node package which simplifies creating react native forms. Introduction Forms are the basic need of any application whether it is web based, Android, iOS or even React…
                        View Post
                        Create Login Page in React Native with Animation
                        • React Native

                          Create Login Page in React Native with Animation

                          • Akash Mittal
                          • September 5, 2022
                          In this article we are going to learn how to create a login page using React Native. We will also animate the page on button clicks and on focus. This…
                          View Post
                          Passing State and Calling Functions Between Parent and Children in ReactJS
                          • React Js

                            Passing State & Calling Functions Between Parent & Children in ReactJS

                            • Akash Mittal
                            • September 5, 2022
                            Passing state between parent and children components is a common use case. Generally, we use a state management library like Redux, for this purpose. But sometimes this is just an…
                            View Post
                            Optimize performance reactjs - akashmittal
                            • React Js

                              Optimize Performance & Render Website Superfast in ReactJS

                              • Akash Mittal
                              • September 5, 2022
                              In order to optimize performance of your React code, you need to make sure that it’s not re-rendering unnecessarily. This is the main reason behind performance bottleneck. Use these tips…
                              View Post
                              objects are not valid as a react child
                              • React Js

                                React error – objects are not valid as a react child

                                • Akash Mittal
                                • October 2, 2022
                                To solve objects are not valid as a react child error, check if the JSX element has javascript object as child, like this – then instead of putting object as…
                                View Post
                                React Native PrismJs using WebView
                                • React Native

                                  React Native PrismJS using WebView

                                  • Akash Mittal
                                  • September 5, 2022
                                  React Native PrismJs is a real thing. With the help of WebView, it is quite possible. Here in this article, we will learn about the ways in which PrismJs could…
                                  View Post
                                  React native animation - step by step guide
                                  • React Native

                                    React Native Animation – Easy, Step By Step Guide

                                    • Akash Mittal
                                    • September 5, 2022
                                    React Native Animation helps in converting boring apps into interactive apps. It’s a 3 step process – Animated.Value, Animated.spring & interpolate.
                                    View Post
                                    React Native Image Resizemode
                                    • React Native
                                    • React Native Course

                                      React Native Image Resizemode – The right way to do

                                      • Akash Mittal
                                      • November 30, 2022
                                      React Native Image Resizemode works properly in two conditions – In this article we will see both the methods. Condition 1: ResizeMode as Style property Use ResizeMode as style property,…
                                      View Post
                                      TouchableHighlight Styles vs TouchableNativeFeedback Styles
                                      • React Native

                                        Error: TouchableHighlight Styling Problem in React Native

                                        • Akash Mittal
                                        • October 2, 2022
                                        When you are enclosing a View in TouchableHighlight, you will need to provide styles to TouchableHighlight. But in case of TouchableNativeFeedback, all the styles are added to child View only.
                                        View Post

                                        Posts navigation

                                        Previous 1 … 29 30

                                        Learn ReactJS & React Native With Me
                                        Copyright AkashMittal.com | Privacy Policy