blog.prathkum.comAre you planning to learn React⚛? Let me make the process easier for youReact is a JavaScript library for building UI components. The ecosystem of React is really immense which eventually makes it one of the best front-end libraries Why you should learn React? Reusable components Fast due to virtual DOM Huge ecosystem ...May 21, 2021·3 min read
blog.prathkum.comFew points to consider if you're planning to learn Web Development in 2021📌 WHERE TO START? Front-end or Backend? Well this may be a debatable question but I would suggest you to start with front-end development. It depends entirely on the individual but in my opinion, starting with front-end development has its advantage...Mar 15, 2021·5 min read
blog.prathkum.comThe real power of CSS 💪🎨1. Image carousel in 2 lines of CSS .container { scroll-snap-type: x mandatory; } .slides { scroll-snap-align: start; } See this is action here👇 https://codepen.io/prathamkumar/pen/bGBOzXj 2. Truncate text without using JavaScript😎 .exampl...Mar 13, 2021·1 min read
blog.prathkum.comComplete Beginner's guide to React in 2021⚛️If you just started or planning to getting started with React, this thread might help you. In this thread I'll try to give you a quick overview to the world of React. So if you find that sound interesting, prepare a coffee and give this thread a read...Jan 28, 2021·10 min read
blog.prathkum.comGet Started With Front-end Development In 2021🚀I started my web development journey exactly one year ago i,e. January 2020 and it's been a year since I'm in learning phase😄 In this article I'll be covering All you need to learn about front-end development Tools and technologies Skills you nee...Jan 9, 2021·5 min read