Total number of posts : 14
Layout your pages leveraging browser support with lesser lines of code. No need to use a bulky framework
Understanding what Frontend developers do
It is quite important to manage your github profile while contributing to your project, may it be your personal repo, office repos or open source. Let us look to manage profiles like pro.
Manage a huge mono repo with dividing the code into smaller repos. Managing the project with splitting the team with different functionality. Scale the application with ease. Micro-frontend is a tested way to scale up application.
A single repositories to hold all the independent deployable projects/libraries and other parts of the project.
Checklist on a very high level for moving the code to production.
Leveraging mobile device capability in web like offline, accessing device features, etc. Harnessing the power of both moblie and web world
While setting up a project, we tend to miss some obvious defaults which might take a bit more time than usual if not setup earlier. In this, we would see some of the sensible defaults web has evolved and we should have it in the start of the project.
Data driven way for creating and managing React forms
TanStack Query (FKA React Query) is becoming popular library in handling data-fetching for web applications with ease. It makes fetching, caching, synchronizing and updating server state in your web applications a breeze.
Testing an application the way user would see and interact with the pages. Making the test more maintainable.
Consumers today rely on digital devices to manage banking, healthcare, shopping, and communications. Customers expect to be able to do business safely and securely online, without their PII or payment information being stolen.
CSS in JS. Use the best bits of ES6 and CSS to style your apps without stress. Get the vendor prefixes without worring about the class name conflict and give a short and meaningful name to classes to every component.
Creating digital platfor for all users. While developing a digital platform, we forget our users with various kind of disablity. And only look at the aesthetics given by the visual designer team. It is equally important to increase our reach to all.