Open in app
Home
Notifications
Lists
Stories

Write
Alien Padilla Rodriguez
Alien Padilla Rodriguez

Home

May 7

Next.JS: Multiple layouts patterns with typescript
11
1

Alex John Suarez

Hey Alex, I think you complicate the things, because you only need to do this in :

Hey Alex, I think you complicate the things, because you only need to do this in : _app.tsx import type { NextComponentType } from 'next'; import type { AppProps } from 'next/app'; import { FC, Fragment } from 'react'; type CustomNextComponent = NextComponentType & { Layout?: FC }; type CustomAppProps…

1 min read


Jan 24

Creating a React Toolchain from Scratch. Part2.

Some time ago in an interview, the interviewer asked me about Clean Code, Good Practices and some kind of questions about how to keep our code understandable and maintainable for everyone in the team, so one tool come to my mind: “Eslint”. Yes, yes, I know that “Clean Code” is…

Reactjs

1 min read


Jan 15

Creating a React Toolchain from Scratch. Part1.

When we start a new React’s project we usually pick one of the most popular toolchains that exist in the React ecosystem: Create React App (single page application) Nextjs (server side application with nodejs) Gatsby (static contet-oriented website) but this toolchains bring with them a lot of implementation that you…

React

8 min read

Creating a React Toolchain from Scratch. Part1.
Creating a React Toolchain from Scratch. Part1.

Apr 2, 2021

Grab and Pull Carousel Slides on Bootstrap.

Some times we need to add a little behavior to our Bootstrap carousel like for example a grab and pull slides feature. Bootstrap by default doesn’t have this behavior and maybe you as me think about just to change the carousel by other one that support this feature like Slick…

Bootstrap

4 min read

Grab and Pull Carousel Slides on Bootstrap.
Grab and Pull Carousel Slides on Bootstrap.

Sep 17, 2019

Scope, Lexical Scope and Closure in JavaScript

When you start to learn a programing language is very important to know about the scope of variables and functions, no matter if you know others programing languages or not, I mean, the scope of variables and functions are the first thing that you need to know. …

Java Script

4 min read

Scope, Lexical Scope and Closure in JavaScript
Scope, Lexical Scope and Closure in JavaScript

Nov 11, 2018

ngxRocket and Route Reusable Strategy

A few weeks ago, I had the need to use “ngx-rocket” generator, which I thought was really good, but I was surprised when I discover that by only adding `data: {reuse: true}` to the route params (as highlighted in the documentation) didn’t worked. …

Angular

2 min read

ngx-rocket and Route Reusable Strategy
ngx-rocket and Route Reusable Strategy

May 28, 2018

Loading data from API before component render with httpClient in Angular

Loading data from API before component render with httpClient in Angular In some cases it is necessary to recover the data from the API before the component is ready to be used. Below I will show you how to do it. This is the github repository with the code of…

Angular

2 min read

Loading data from API before component render with httpClient in Angular
Loading data from API before component render with httpClient in Angular
Alien Padilla Rodriguez

Alien Padilla Rodriguez

Full Stack Web Developer

Following
  • Mehran Hajirajabi

    Mehran Hajirajabi

  • Cesar Bretana

    Cesar Bretana

  • Ivan Perez Abreu

    Ivan Perez Abreu

  • Alián Rigñack Quevedo

    Alián Rigñack Quevedo

  • Ronier Ramos

    Ronier Ramos

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable