Skip to content
View vidux's full-sized avatar
:electron:
:electron::electron::electron::electron::electron::electron::electron::electron:
:electron:
:electron::electron::electron::electron::electron::electron::electron::electron:

Highlights

  • Pro

Block or report vidux

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vidux/README.md

Hi there! welcome! 👋

A Web Developer,

I actively doing development in PHP / Laravel framework


open source

Favorite Code Editor : vscode

Pinned Loading

  1. fast include redux-saga to react fast include redux-saga to react
    1
    //src/view/getdata/Getdataview.js
    2
    import React, { Component,} from 'react';
    3
    import { connect } from 'react-redux';
    4
    import actions from '../../redux/my_sub_redux_folder/actions';
    5
    
                  
  2. visa_request_ui_react_native visa_request_ui_react_native Public

    this is a dummy visa request created using react native. this is not functional. only ui design and need to more work of ui and functions.. used react navigation 5 and redux.

    JavaScript 2

  3. fast install LAMP ubuntu server fast install LAMP ubuntu server
    1
    #check swap
    2
    sudo swapon --show
    3
    
                  
    4
    #allocate swapfile (1G == 1 gigabyte)
    5
    sudo fallocate -l 1G /swapfile