Open in app
Home
Notifications
Lists
Stories

Write
SAMEER MISTRY
SAMEER MISTRY

Home

Aug 25, 2021

ReactJS- Design (SASS/SCSS)

What is Sass Sass stands for Syntactically Awesome Stylesheet Sass is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets. SassScript is the scripting language itself. Sass reduces repetition of CSS and therefore saves time.Sass was designed by Hampton Catlin and developed by Natalie Weizenbaum in 2006 Why Use Sass? Sass lets…

Reactjs

11 min read

ReactJS- Design (SASS/SCSS)
ReactJS- Design (SASS/SCSS)

May 31, 2021

ReactJS: Hooks

Hooks are the new feature introduced in the React 16.8 version. It allows you to use state and other React features without writing a class.Hooks are backward-compatible, which means it does not contain any breaking changes. Hooks provide a more direct API to the React concepts you already know: props…

React

7 min read

ReactJS: Hooks
ReactJS: Hooks

May 10, 2021

React JS

WHAT IS REACT ? ReactJS often referred to as React or ReactJS is a JavaScript library responsible for building a hierarchy of UI components or in other words, responsible for the rendering of UI components. It provides support for both front-end and server-side. ReactJS is just the V part of the MVC framework, a…

Reactjs

9 min read

React JS
React JS

May 3, 2021

ReactJS: Babel and WebPack

WebPack — WebPack is used for module packaging, development, and production pipeline automation. We will use webpack-dev-server during development, WebPack to create production builds, and WebPack CLI provides a set of commands. WebPack compiles these into a single file(bundle). To install WebPack use the command shown in the below . npm install…

Reactjs

2 min read


Apr 29, 2021

ES6

ES6 is an acronym of ECMAScript 6 and also known as ECMAScript 2015. ECMAScript 6 is a scripting language specification which was standardized by ECMAScript International in 2015. ES6 allows you to make the code more modern and readable. …

Ecma

3 min read


Apr 28, 2021

Laravel Lumen with JWT Authentication

About Lumen Framework : Lumen is an open-source PHP micro-framework for developing REST APIs. It was developed by Taylor Otwell.Lumen is the perfect solution for building Laravel based micro-services and blazing fast APIs.There are many micro-framework in PHP such as Slim and Silex. …

Laravel

5 min read

Laravel Lumen with JWT Authentication
Laravel Lumen with JWT Authentication
SAMEER MISTRY

SAMEER MISTRY

Software Engineer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable