The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/client
Darshil Patel 7fe40f5b4f
[FIX] Files list will not show deleted files. (#21732)
4 years ago
..
UIKit/hooks [NEW] New set of rules for client code (#21318) 4 years ago
components [FIX] Display Modes (#22058) 4 years ago
contexts [FIX] Display Modes (#22058) 4 years ago
hooks [FIX] Adding retentionEnabledDefault check before showing warning message (#20692) 4 years ago
lib [FIX] Contact Bar not reactive (#22016) 4 years ago
methods [NEW] New set of rules for client code (#21318) 4 years ago
polyfills [NEW] New set of rules for client code (#21318) 4 years ago
providers [FIX] Visibility of burger menu on certain width (#20736) 4 years ago
sidebar [FIX] Display Modes (#22058) 4 years ago
startup [NEW] Back button for Omnichannel (#21647) 4 years ago
templateHelpers Message parsing and rendering - Phase 1 (#19654) 5 years ago
types [NEW] New Message Parser (#21962) 4 years ago
views [FIX] Files list will not show deleted files. (#21732) 4 years ago
.eslintrc.js A React-based replacement for BlazeLayout (#21527) 4 years ago
.prettierrc [NEW] New set of rules for client code (#21318) 4 years ago
README.md Chore: Doc Client Readme (#21588) 4 years ago
head.html Depack: Use mainModule for root files (#13508) 6 years ago
importPackages.ts [NEW] Standard Importer Structure (#18357) 4 years ago
main.ts [NEW][Enterprise] Second layer encryption for data transport (alpha) (#21692) 4 years ago
templates.ts [FIX] IE11 support (#21893) 4 years ago

README.md

How does the folder structure work in the frontend?

The folder structure should follow rocketchat's html 'semantics' like:

    main   -> room
                -> header
                    ...
                -> contextualbar
                    roominfo
                        ...
            -> sidebar
                -> Header
                    -> search
                    -> actions
                        ...
                -> list
                    ...
                -> footer
                    ...

Each folder is composed by:

File
index.jsx
ContainerComponent.jsx
contexts (optional)
providers (optional)
components (optional)
hooks (optional)
libs (optional)

We strongly suggest that you start developing your components/hooks/libs inside the folder where they will be directly used. If you ever find that you will use them in more than one place, then you should "promote" the code to an upper level, where it can be commonly accessed by all others

we have being moving code from blaze to react, but sometimes we will need render under blaze enviroment, to do that use createTemplateForComponent