Skip to content
Techkeyla

Techkeyla

An alcohol helps you solve common tech problem

  • Home
  • Languages
    • C++
    • Javascript
    • HTML
    • CSS
  • Framework
    • ReactJS
    • React Native
    • Spring
    • Spring Boot
  • What is

What is props in react

In React, “props” (short for “properties”) is a way to pass data from a parent component to a child component. When a component is defined, it can receive data through […]

Javascript , React Native , ReactJS , What isPosted on: March 2, 2023March 2, 2023

How to add custom font to react native app

To add a custom font to a React Native app, you can follow these steps: For iOS, you can add the following to your Info.plist file: <key>UIAppFonts</key> <array> <string>./assets/fonts/FontName.ttf</string> </array> […]

React NativePosted on: March 2, 2023March 2, 2023

How to setup app push in react native app

You will need to install the react-native-push-notification package using npm or yarn. npm install react-native-push-notification –save 2. Setup the required native libraries: For iOS, you need to configure Apple Push […]

Javascript , React NativePosted on: March 1, 2023March 1, 2023

How to pass component into another component in reactJS

In React, you can pass a component as a prop to another component by treating it like any other prop. Here is an example: function ParentComponent(props) { return ( <div> […]

Javascript , ReactJSPosted on: February 26, 2023February 26, 2023

How to use a button in a link in react?

To use a button in a link in React, you can use the Link component provided by the react-router-dom library. This allows you to create a link that navigates to […]

Javascript , ReactJSPosted on: February 26, 2023February 26, 2023

Recent Posts

  • What is props in react
  • How to select nth item inside the object in javascript
  • How to add custom font to react native app
  • How to run server command in php
  • How to setup app push in react native app

Archives

  • March 2023
  • February 2023
  • October 2022

Categories

  • Algorithm (1)
  • Infrastructure (1)
  • Languages (1)
  • Networking (1)
  • What is (3)
[email protected]