xfsnowind
open-menucloseme
Home
Blog
About
🌐
English 简体中文
github twitter linkedin rss
  • Learning Notes From New React Website

    calendar Jun 10, 2023 · 10 min read · Javascript Learning Notes React  ·
    Share on: twitter facebook linkedin copy

    It has been a while after React published its new webiste, I would write down what I learnt from the new webiste. Describe the UI List Key I know this is an old issue, but I used to use index as the key of list. To summarize it, I will note the correct way to use the key: Why do we have to use key for the list item? …


    Read More
  • How to convert an existing project to MicroFrontend with Module Federation

    calendar Dec 10, 2022 · 8 min read · Javascript MicroFrontend Module Federation  ·
    Share on: twitter facebook linkedin copy

    Nowadays, I joined a frontend team in a new company in Singapore, the project is based on monorepo (you can find more about monorepo here) and the tech lead maintains the project very well, keeping updating the main libraries to the latest version and keeping an eye on the new technology to improve the solution and …


    Read More
  • How to implement Virtualized Grid/List in React

    calendar Dec 3, 2022 · 6 min read · Javascript React virtualized Frontend  ·
    Share on: twitter facebook linkedin copy

    Around 2018, one of my colleague was working on creating a list component which only renders a limited amount of items in the list instead of the whole one to improve the performance if the list is in large or huge scale. I was always interested at how he did that, but I did not do any investment, just an idea. Then …


    Read More
  • How to implement a FolderFlip 2

    calendar Oct 13, 2022 · 11 min read · Javascript React FolderFlip Frontend  ·
    Share on: twitter facebook linkedin copy

    Update 2022-11-15: add the images to explain the steps As we presented in the previous article, we have showed how to implement the FolderFlip with limited number (like 3) items with the position: sticky and IntersectionObserver. The Problem But it only allows limited number, if it comes more items or the screen is …


    Read More
  • How to implement a FolderFlip with React

    calendar Sep 27, 2022 · 5 min read · Javascript React FolderFlip Frontend  ·
    Share on: twitter facebook linkedin copy

    Haven't updated the blogs for a long time. Just had been struggling on the house work during the whole summer time, painting external and internal wall, new bathroom and etc. But there is still the good news, implemented an interesting frontend component with React, which would inspired by lifeatspotify - borrow the …


    Read More
  • Learning Notes - React Hooks

    calendar Aug 7, 2022 · 6 min read · Javascript React Hooks Learning Notes  ·
    Share on: twitter facebook linkedin copy

    This article is a summary when I learned the React Hooks course in GeekTime. Even though we all use React Hooks in the frontend development, I cannot say I understand the internal core and logic of it. So this is a good time to re-learn it through this course. According to my experience, it's definitely better to write …


    Read More
  • Promise implementation

    calendar Aug 6, 2022 · 17 min read · Javascript Promise  ·
    Share on: twitter facebook linkedin copy

    Promise is a general concept to handle the asynchronize development in javascript. It's not hard to use, but when it comes with some other concepts, like react's hook, its internal chain etc. It always takes me some time to think through it. Especially when check the code of some open-source libraries, find the way …


    Read More

Recent Posts

  • China Map With Google and Autonavi
  • Learning Notes From New React Website
  • PR Review Feedback
  • Learning Notes about Image in Frontend
  • Frontend Video Learning Notes
  • Draw a scalable line with React Konva
  • Powerful type-checking of React-hook-form and Learning Notes
  • How to convert an existing project to MicroFrontend with Module Federation

Tags

FRONTEND 8 JAVASCRIPT 7 LEARNING NOTES 6 REACT 6 TYPESCRIPT 3 FOLDERFLIP 2 AZURE 1 CHINESE MAP 1 GCJ-02 1 GIT 1 IMAGE 1 KONVA 1 LIVE STREAMING 1 MAP 1
All Tags
AZURE1 CHINESE MAP1 FOLDERFLIP2 FRONTEND8 GCJ-021 GIT1 IMAGE1 JAVASCRIPT7 KONVA1 LEARNING NOTES6 LIVE STREAMING1 MAP1 MICROFRONTEND1 MODULE FEDERATION1 PR REVIEW1 PROMISE1 REACT6 REACT HOOK FORM1 REACT HOOKS1 REACT KONVA1 SUMMARY1 TYPESCRIPT3 VIDEO1 VIRTUALIZED1
[A~Z][0~9]
xfsnowind

Copyright  XFSNOWIND. All Rights Reserved

to-top