1.0.7 • Published 2 years ago

boim v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Getting Started

Visit https://boim-documentation.herokuapp.com to get started with Boim.js.

Documentation

Visit https://boim-documentation.herokuapp.com/document to view the full documentation.

Boim.js

Boim.js is a React framework supports server-side rendering, static site generation, and client-side rendering. Improve the performance of your web site.

💡The Hybrid Architecture

Boim framework supports Server-Side Rendering, Static Site Generation, Client Side Rendering. Depending on how your application is used, you can render content in different ways. Our frameworks support a hybrid SSR/CSR approach, which produces web contents on the server at the first request time but generates other pages on user browsers via internal page navigations.

💡File-Based Routing

React handles routing in a code-based routing method. On the other hand, Boim framework provides file-based routing. When a component file is created, the route is implemented by reading the folder structure inside the pages.

💡Search Engine Optimization

The boim framework injects tags related to SEO when generating html. Improve the quality and quantity of website traffic from search engines to your website or web pages. Even in client-side rendering, search engine optimization is possible without other libraries such as helmet.