Open in app

Sign In

Write

Sign In

Saroj Subedi
Saroj Subedi

39 Followers

Home

About

Sep 25, 2021

Sitemaps & Robots.txt in NextJS

If we want to communicate and provide certain information to search engines & crawlers about your website, then it is good to have sitemaps and robots.txt file. With those on place in site, we can : Define paths and location of sites which are public and private Pin pages as…

Reactjs

2 min read

Sitemaps & Robots.txt in NextJS
Sitemaps & Robots.txt in NextJS
Reactjs

2 min read


Dec 7, 2020

SvelteJS component’s lifecycle for React developers

I am working as React Developer for past 3 years now. I love to work with ReactJS/React Native. For some months I am using SvelteJS for my small and personal projects and it’s new fresh air in the JS environment and am really enjoying it. I have already written some…

JavaScript

1 min read

SvelteJS component’s lifecycle  for React developers
SvelteJS component’s lifecycle  for React developers
JavaScript

1 min read


Mar 27, 2020

What’s new in React Native 0.62

There are some awesome new features and support tools added in new release of React Native. Lets have a look. Flipper: Flipper is a mobile app debugger. Its highly used in native android and IOS development. Now Flipper support React Native by default. New Dark Features: New Appearance module has…

React Native

1 min read

React Native

1 min read


Dec 25, 2019

React Native Starter Introduction

React Native is like React, but it uses native components instead of web components as building blocks. If you already know React, you still need to learn some React-Native-specific stuff, like the native components. Create A New Project There is basically two ways(cli) for Bootstrapping a react native app . …

React Native

2 min read

React Native Starter Introduction
React Native Starter Introduction
React Native

2 min read


Sep 26, 2019

SvelteJS component’s lifecycle

Components complete a full life cycle from creation to destruction. During that period, Svelte provides some handful of functions that allow us to run code at specific moments. Lets take a look at those functions. onMount beforeUpdate afterUpdate onDestroy tick onMount: onMount(callback: () => () => void) It is triggered…

JavaScript

2 min read

SvelteJS component’s lifecycle
SvelteJS component’s lifecycle
JavaScript

2 min read


Sep 25, 2019

New Features in React Router v5.1.0

There are some awesome new features added in React Router v5.1.0. Hooks are hot topic now and that’s what we are getting in new React Router version. Lists of Hooks added: useParams useLocation useHistory useRouteMatch userParams: To access current params, we use match prop passed to component like this: let…

React

1 min read

React

1 min read


Published in

Level Up Coding

·Sep 24, 2019

A Basic Introduction to Svelte by Building a TodoApp App

SvelteJS is not just another JS library or framework — it is a modern Javascript compiler. What is SvelteJS Svelte.js (or just “Svelte”) is a modern JavaScript compiler that allows you to write easy-to-understand JavaScript code that is then compiled to highly efficient code that runs in the browser. It is similar to…

JavaScript

3 min read

A Basic Introduction to Svelte by Building a TodoApp App
A Basic Introduction to Svelte by Building a TodoApp App
JavaScript

3 min read


Sep 17, 2019

Closures, Anonymous Function & High Order Functions in PHP

Closures are introduced in PHP 5.3. Functions which are created without any name (Anonymous Function) and Closures functions are used to represent these kind of functions. A closure is good when we want a local function that’s only used for some small specific purposes. Basically, Closure are the inner functions…

PHP

2 min read

Closures, Anonymous Function & High Order Functions in PHP
Closures, Anonymous Function & High Order Functions in PHP
PHP

2 min read


May 28, 2019

Asynchronous Process inside For loop (JS#1)

Let say we need to run asynchronous task inside For loop. Check this example below: Guess the value of iprint by console. If you guess 0 & 1, then you are wrong. Let me explain why. The forloop runs immediately to complete. It will not wait the asynchronous operations to start or end. When they complete some time in the future and call their callbacks, the value of your loop index variable iwill be at its last value for all the callbacks.

JavaScript

2 min read

Asynchronous Process inside For loop (JS#1)
Asynchronous Process inside For loop (JS#1)
JavaScript

2 min read


Mar 6, 2019

Minimalist Guide for React Component Life cycle (with examples)

React component life cycle can be break down into three basic levels on the basis of methods being triggered or used. Mounting (initialization) Update (change in props & states) Unmounting Mounting (initialization) Main job of React is to figure out how to modify the DOM to match the components want to be…

React

4 min read

Minimalist Guide for React Component Life cycle (with examples)
Minimalist Guide for React Component Life cycle (with examples)
React

4 min read

Saroj Subedi

Saroj Subedi

39 Followers

Software Engineer

Following
  • David Gilbertson

    David Gilbertson

  • Muzli

    Muzli

  • Nick Babich

    Nick Babich

  • Evan Bacon

    Evan Bacon

  • William Candillon

    William Candillon

See all (30)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech