Prakma

screenshot of Prakma
react
scss

Prakma is a framework to make applications using JSX, focusing on writing functional components.

Overview

If you’ve been feeling overwhelmed by React, Prakma is here to ease your worries and streamline your development experience. This innovative framework is designed for building applications with JSX while keeping the logic separate from the components. With its user-friendly approach, you can get started quickly, enabling you to focus on creating stunning applications without getting tangled in complex configurations.

Prakma emphasizes simplicity and power, allowing developers to manage state, handle asynchronous functions, and work with children components seamlessly. The smart file structure removes the hassle of organizing folders, letting you dive right into development. Whether you're a seasoned developer or a beginner, Prakma provides the tools you need to create efficient and maintainable apps effortlessly.

Features

  • Quick Installation: Simply clone the repository and run npm to set up your environment in no time.
  • Separation of Logic and Components: With Prakma, every component has its logic and presentation neatly separated, enhancing maintainability.
  • Global State Management: Access shared data between components with ease, ensuring that updates are seamless and only the necessary parts of the DOM are re-rendered.
  • Functional Components: Embrace functional programming practices, making your code cleaner and more efficient.
  • Fetch Library Support: Utilize built-in methods for making requests, allowing for straightforward data fetching in your applications.
  • Easy File Structure: Forget about complicated organizational schemes; Prakma's intuitive structure guides you on where to place your files, saving you time.
  • Versatile Styling Options: Integrate styles using Sass, giving you the flexibility to create visually appealing components.
  • Dynamic HTML Rendering: Experience efficient updates where only the necessary parts of the HTML are refreshed when the state changes, avoiding full redraws.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.