Our great sponsors
-
Recently, I came across this amazing global state management system. If it had occurred to me earlier, I would never have looked for alternative state management library. It is a small, fast, and scalable bear bones state-management solution using simplified flux principles. Has a comfy API based on hooks, and isn't boilerplates or opinionated. check out their official docs for more info.
-
TypeScript is a strongly typed programming language that is a superset of Javascript. Getting run time errors in Typescript is unlikely because It points out likely errors in the development. Combining your React with Typescript will reduce the number of errors in your code. If you have an interest in checking Typescript out I will suggest checking out their official docs or code-evolution free React and Typescript course on youtube.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Using Tailwind CSS, you don't have to write custom CSS to style your application because it's a utility-first framework. These days it is widely used among developers to build complex UI because of its simplicity. You can check out their official docs for more information.
-
storybook
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
With Storybook, you can automatically visually test your components to prevent bugs and document components for reuse. It helps developers to develop faster and more easily by isolating components. It allows you to focus on one component at a time. The entire UI can be developed without having to start up a complex development stack, enter data into a database, or navigate the application. You can check out the official docs for more details on how to get started.
-
The React-hook-form library is a powerful, tiny form library without dependencies that remove unnecessary re-rendering and minimize validate computations. It also speeds up mounting and minimizes validation calculations. You can learn more about React-hook-form from their official docs.
-
Next.js enables you to create full-stack web applications by extending the latest React features and integrating powerful Rust-based JavaScript tooling for the fastest builds. To effectively use Next.js, You need to be familiar with JavaScript, React, and related web development concepts. You can learn more about Next.js from their official docs