Libraries play a crucial role in making our code more scalable, reducing duplication, and simplifying maintenance. However, as libraries expand, managing them becomes increasingly challenging. At Halodoc, this issue became apparent as our Angular-based web ecosystem grew. Developers needed a more efficient way to discover, understand, and utilise existing components without getting lost in the codebase. To tackle this, we implemented Storybook — a robust open-source tool for building, testing, and documenting UI components in isolation. In this blog, Niken Wulandari delves into how Storybook has revolutionised the management of our library documentation, showcasing its key features, implementation process, and overall impact on our workflows. Read it here: https://lnkd.in/g8gs8i9t #HalodocTechnology #SimplifyingHealthcare #WebDevelopment #Angular #Library #StoryBook #Documentation
Halodoc Technology’s Post
More Relevant Posts
-
Everything You Need to Know About Micro Frontends Discover how to build scalable and maintainable web applications with micro frontends. Check out this comprehensive guide by Neo Kim. #microfrontends #webdevelopment #technology #softwareengineering #programming https://lnkd.in/egkrx9vv
Everything You Need to Know About Micro Frontends
newsletter.systemdesign.one
To view or add a comment, sign in
-
Common React Mistakes to Avoid React is a highly popular and powerful JavaScript library for user interface development. Its component-based architecture, combined with its declarative nature, is one of the primary reasons it works well for both small and large-scale applications. But like with any technology, there are pitfalls that you can fall into Read mode on following blog post!
Common React Mistakes to Avoid
freecodecamp.org
To view or add a comment, sign in
-
Common React Mistakes to Avoid React is a highly popular and powerful JavaScript library for user interface development. Its component-based architecture, combined with its declarative nature, is one of the primary reasons it works well for both small and large-scale applications. But like with any technology, there are pitfalls that you can fall into Read mode on following blog post!
Common React Mistakes to Avoid
freecodecamp.org
To view or add a comment, sign in
-
📝 I'm thrilled to share an insightful article covering the fundamentals of NestJS: understanding modules, services, and controllers! 💡 🔍 In NestJS, modules are powerful tools used to group functionalities or features, making it easier to organize and manage your application's architecture. Controllers play a crucial role in handling endpoints and managing routes, ensuring smooth communication between the client and server. Finally, services are the backbone of the application, responsible for handling the business logic and executing various tasks. 🛠️ Whether you're a seasoned developer or , in my case, just getting started with NestJS, understanding these core concepts is essential for building scalable, maintainable, and efficient applications. 📚 Dive deeper into the world of NestJS and level up your skills with this must-read article! 👉 https://lnkd.in/gt6Nhsjk #NestJS #Modules #Services #Controllers #WebDevelopment #Tech #SoftwareDevelopment
Understanding the Concept of Module, Controller, and Service in NestJS
medium.com
To view or add a comment, sign in
-
Looking for a clearer picture of how to implement common features of fullstack frameworks? In our latest Platformatic blog, we took a look at how you can use Fastify, Vite and @fastify/vite to produce a small, low-overhead application setup that has the absolute minimal set of dependencies and moving parts. https://hubs.ly/Q02qfsS30
Building a Micro HTMX SSR Framework
blog.platformatic.dev
To view or add a comment, sign in
-
UI Libraries are Dying: What’s Next? UI libraries are a collection of UI comp... #javascript #prodsenslive #react #Software #ui #webdev https://lnkd.in/datYtZGH https://lnkd.in/djR_kszR
UI Libraries are Dying: What’s Next? - ProdSens.live
prodsens.live
To view or add a comment, sign in
-
Frameworks and libraries are both helpful tools in a front-end developer's toolbox, but they serve different purposes: Frameworks provide a structured foundation for building web applications. They handle a lot of the "behind-the-scenes" logic, like data management and user interactions. This can be great for complex projects, but frameworks often have a steeper learning curve. Libraries offer specific functionalities to enhance your development process. They might help with tasks like manipulating website elements, adding animations, or fetching data. Libraries are generally easier to learn and integrate into existing projects, making them ideal for adding features or improving specific areas. In short: Frameworks offer a comprehensive toolkit for building large applications, while libraries provide specialized tools to tackle specific tasks. So, When Do You Use Which? The choice between a framework and a library depends on your project's needs. Here's a quick breakdown: Use a framework for: 1. Building complex single-page applications (SPAs) with a lot of interactivity. 2. Large projects where consistency and maintainability are crucial. 3. If you're new to front-end development and want a structured approach. Use libraries for: 1. Adding specific functionalities to existing projects. 2. Smaller projects that don't require a full-blown framework. 3. When you want more control over the overall code structure. Remember: There's no one-size-fits-all answer! Many developers use a combination of both frameworks and libraries to build their projects. -------------------- For upcoming post on Front-End development, Do follow Preodarson Kar #webdev #frontenddev #development #frameworksvslibraries #developer
To view or add a comment, sign in
-
A straightforward, easy-to-understand article for implementing a fullstack JavaScript application using HTMX on the frontend. This type of approach can reduce JS bloat in the browser and deliver a performant experience that adheres more closely to REST/HATEOAS principles. HTMX: come for the memes, stay for the Roy Fielding dissertations!
Platformatic Co-Founder & CTO, Node.js Technical Steering Committee member, Fastify Lead Maintainer, Conference Speaker
Looking for a clearer picture of how to implement common features of fullstack frameworks? In our latest Platformatic blog, we took a look at how you can use Fastify, Vite and @fastify/vite to produce a small, low-overhead application setup that has the absolute minimal set of dependencies and moving parts. https://hubs.ly/Q02qfsS30
Building a Micro HTMX SSR Framework
blog.platformatic.dev
To view or add a comment, sign in
-
The React Native New Architecture - This New Architecture will be the default in an upcoming React Native release by the end of 2024. 1) Synchronous Layout and Effects: With synchronous access to layout information and properly scheduled updates such that no intermediate state is visible to users. 2) Support for Concurrent Renderer and Features like: - Automatic Batching - Using startTransition - It give you the power to express the priority of UI updates. Marking an update as lower priority tells React it can "interrupt" rendering the update to handle higher priority updates to ensure a responsive user experience where it matters. 3) Fast JavaScript/Native Interfacing: The New Architecture removes the asynchronous bridge between JavaScript and native and replaces it with JavaScript Interface (JSI). JSI is an interface that allows JavaScript to hold a reference to a C++ object and vice-versa. Read more here: https://lnkd.in/ddWGu2XX #ReactNative #JavaScript #MobileAppDevelopment #NewArchitecture #Coding #SoftwareDevelopment #TechTrends
About the New Architecture · React Native
reactnative.dev
To view or add a comment, sign in
-
I'm thrilled to share my first blog post on Hashnode: "Understanding Config-Driven UI: A Beginner’s Guide with React"! In this post, I dive into the benefits of adopting a config-driven UI approach in modern web development. 📊✨ - Discover the advantages of a config-driven UI approach - Learn how it can enhance your development process - Get a step-by-step example implementation with React Happy coding! 💻🎉 #WebDevelopment #ReactJS #ConfigDrivenUI #FrontendDevelopment #Programming #TechBlog #Hashnode
Understanding Config-Driven UI: A Beginner’s Guide with React
adwaitrao.hashnode.dev
To view or add a comment, sign in
4,168 followers